Fixed bug am46378

This commit is contained in:
David Anderson 2006-10-25 16:54:37 +00:00
parent a65d65bee4
commit 8a2528108d

View File

@ -821,9 +821,9 @@ static cell AMX_NATIVE_CALL unregister_forward(AMX *amx, cell *params)
CVector<int> *peng = NULL;
if (post)
peng = &(Engine[func]);
else
peng = &(EnginePost[func]);
else
peng = &(Engine[func]);
CVector<int>::iterator begin, end=peng->end();