fixed stupid mistake, non-metamod mode works ok now

This commit is contained in:
jeefo 2015-06-20 12:56:22 +03:00
commit be7780949f
3 changed files with 8 additions and 30 deletions

View file

@ -1380,11 +1380,11 @@ private:
Bot *m_bot;
int m_state;
int m_message;
int m_registerdMessages[NETMSG_BOTVOICE + 1];
int m_registerdMessages[NETMSG_RESETHUD + 1];
public:
NetworkMsg (void);
~NetworkMsg (void) { };
~NetworkMsg (void) { };
void Execute (void *p);
inline void Reset (void) { m_message = NETMSG_UNDEFINED; m_state = 0; m_bot = NULL; };