fixed stupid mistake, non-metamod mode works ok now
This commit is contained in:
parent
d0a8cb727a
commit
be7780949f
3 changed files with 8 additions and 30 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue