Fix uninitialized variable warning.

Former-commit-id: 65acac2b4f
This commit is contained in:
Vincent Herbet 2013-07-04 20:36:31 +02:00
parent 389eee472f
commit 7498f84261

View File

@ -74,6 +74,7 @@ static cell AMX_NATIVE_CALL amx_glb(AMX *amx, cell *params)
} rets; } rets;
Vector vec; Vector vec;
rets.i = 0;
int Valtype = 0; int Valtype = 0;
if (iSwitch > glb_start_int && iSwitch < glb_end_int) if (iSwitch > glb_start_int && iSwitch < glb_end_int)