reverted a bad change in fakenatives

This commit is contained in:
David Anderson 2007-08-04 14:18:56 +00:00
parent 750247e8a6
commit 435766b2ef

View File

@ -299,7 +299,7 @@ static cell AMX_NATIVE_CALL set_param_byref(AMX *amx, cell *params)
}
int p = params[1];
cell *addr = get_amxaddr(g_pCurNative->amx, g_Params[p]);
cell *addr = get_amxaddr(g_pCaller, g_Params[p]);
addr[0] = params[2];