Skip to content

Commit

Permalink
Remove unused define
Browse files Browse the repository at this point in the history
  • Loading branch information
cmf028 committed Apr 8, 2012
1 parent 8402e8c commit 1ef3080
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gamelogic/gpp/src/game/g_bot.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ static inline void BotChangeTask(gentity_t *self, botTask_t task) {
//how long the bot will continue retreating after loseing sight of the enemy
#define BOT_RETREAT_TIME 5000

//how close the enemy has to be to make the bot engage the enemy when the bot is retreating
#define BOT_RETREAT_ENGAGE_DIST 300

//how far away we can be before we stop going forward when fighting an alien
#define MAX_HUMAN_DANCE_DIST 300

Expand Down

0 comments on commit 1ef3080

Please sign in to comment.