Fix build bustage.

This commit is contained in:
David Anderson 2013-02-14 01:57:09 -08:00
parent bac92ddbc7
commit 553dea80f2

View File

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