Fixed get_global_int bug

This commit is contained in:
David Anderson 2004-03-16 01:12:24 +00:00
parent 41c8013adf
commit 398773849c

View File

@ -2567,6 +2567,8 @@ static cell AMX_NATIVE_CALL get_global_int(AMX *amx, cell *params)
AMX_RAISEERROR(amx, AMX_ERR_NATIVE);
return 0;
}
return returnValue;
}
static cell AMX_NATIVE_CALL get_global_string(AMX *amx, cell *params)