Fix uninitialized variable warning.
Former-commit-id: 65acac2b4fc16e1383d629b77200babe88b0556a
This commit is contained in:
parent
389eee472f
commit
7498f84261
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user