2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-03 07:59:33 +03:00

Fix build bustage (TM).

This commit is contained in:
David Anderson 2013-02-14 02:00:29 -08:00
parent 553dea80f2
commit 58d6835c17

@ -620,7 +620,7 @@ int set_amxnatives(AMX* amx, char error[128])
int unload_amxscript(AMX* amx, void** program)
{
#if !defined JIT
#if defined JIT
int flags = amx->flags;
#endif