Fixed memory leaks

Optimized message handling a bit
This commit is contained in:
David Anderson
2005-07-14 04:50:46 +00:00
parent 116984afed
commit db293cc451
4 changed files with 60 additions and 67 deletions

View File

@ -41,7 +41,7 @@ public:
};
extern AMX_NATIVE_INFO msg_Natives[];
extern CVector<argMsg*> Msg;
extern CVector<argMsg> Msg;
extern CVector<int> msgHooks[256];
extern int msgBlocks[256];