Lots of small fixes/improvements

This commit is contained in:
BotoX
2017-05-20 05:08:31 +02:00
parent 3912295377
commit 371d1ce242
10 changed files with 40 additions and 76 deletions
+1 -3
View File
@@ -233,10 +233,8 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams)
{
// Should not happen?
if(DHookIsNullParam(hParams, 2))
{
LogError("AcceptInput pActivator = NULL");
return MRES_Ignored;
}
int client = DHookGetParam(hParams, 2);
char szInputName[32];