This commit is contained in:
jeefo 2019-08-30 11:10:22 +03:00
commit 359d2f86b0
2 changed files with 13 additions and 16 deletions

View file

@ -47,7 +47,7 @@ private:
StringArray m_args;
Array <BotCmd> m_cmds;
Array <BotMenu> m_menus;
IntArray m_campPoints;
IntArray m_campIterator;
edict_t *m_ent;
Bot *m_djump;
@ -56,7 +56,6 @@ private:
bool m_rapidOutput;
bool m_isMenuFillCommand;
int m_campPointsIndex;
int m_menuServerFillTeam;
int m_interMenuData[4] = { 0, };