Replace a few numeric constants with already defined macros, patch by ZTurtleMan

This commit is contained in:
Thilo Schulz 2011-04-26 09:48:40 +00:00
parent a0582fb21a
commit 06d12f6085
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ typedef struct bot_state_s
playerState_t cur_ps; //current player state
int last_eFlags; //last ps flags
usercmd_t lastucmd; //usercmd from last frame
int entityeventTime[1024]; //last entity event time
int entityeventTime[MAX_GENTITIES]; //last entity event time
//
bot_settings_t settings; //several bot settings
int (*ainode)(struct bot_state_s *bs); //current AI node