GCC Wallification
This commit is contained in:
@@ -1195,7 +1195,7 @@ AMX *MNF_GetAmxScript(int id)
|
||||
while (iter && id--)
|
||||
++iter;
|
||||
|
||||
if (iter == NULL)
|
||||
if (iter == 0)
|
||||
return NULL;
|
||||
|
||||
return (*iter).getAMX();
|
||||
@@ -1208,7 +1208,7 @@ const char *MNF_GetAmxScriptName(int id)
|
||||
while (iter && id--)
|
||||
++iter;
|
||||
|
||||
if (iter == NULL)
|
||||
if (iter == 0)
|
||||
return NULL;
|
||||
|
||||
return (*iter).getName();
|
||||
|
Reference in New Issue
Block a user