mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
added a declaration of a local variable. The file will compile now :]
This commit is contained in:
parent
e620debd1f
commit
9e99831fb2
@ -92,6 +92,8 @@ int load_amxscript(AMX *amx, void **program, const char *filename, char error[64
|
|||||||
int err;
|
int err;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
|
||||||
|
AMX_HEADER hdr;
|
||||||
|
|
||||||
memset(amx, 0, sizeof(*amx));
|
memset(amx, 0, sizeof(*amx));
|
||||||
*program = 0;
|
*program = 0;
|
||||||
*error = 0;
|
*error = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user