a little optimization

This commit is contained in:
jeefo 2014-08-06 00:03:50 +04:00
commit 21c8c61b47
7 changed files with 118 additions and 129 deletions

View file

@ -1220,6 +1220,9 @@ public:
int m_ammoInClip[MAX_WEAPONS]; // ammo in clip for each weapons
int m_ammo[MAX_AMMO_SLOTS]; // total ammo amounts
// a little optimization
int m_team;
Array <TaskItem> m_tasks;
Bot (edict_t *bot, int skill, int personality, int team, int member);