Oops! Forgot to MF_Add pev

This commit is contained in:
David Anderson
2005-07-19 16:08:00 +00:00
parent 2f64226c6b
commit a89e1ac536
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ extern AMX_NATIVE_INFO dllfunc_natives[];
extern AMX_NATIVE_INFO forward_natives[];
extern AMX_NATIVE_INFO pdata_natives[];
extern AMX_NATIVE_INFO tr_Natives[];
extern AMX_NATIVE_INFO pev_natives[];
extern TraceResult g_tr;
/* Wouldnt modifying the table AFTER it's memcpy'd be ... pointless?