mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Fix comment in BotAIPredictObstacles
This commit is contained in:
parent
a738cb9592
commit
730b917059
1 changed files with 1 additions and 1 deletions
|
@ -4556,7 +4556,7 @@ int BotAIPredictObstacles(bot_state_t *bs, bot_goal_t *goal) {
|
|||
bs->predictobstacles_goalareanum = goal->areanum;
|
||||
bs->predictobstacles_time = FloatTime();
|
||||
|
||||
// predict at most 100 areas or 10 seconds ahead
|
||||
// predict at most 100 areas or 1 second ahead
|
||||
trap_AAS_PredictRoute(&route, bs->areanum, bs->origin,
|
||||
goal->areanum, bs->tfl, 100, 1000,
|
||||
RSE_USETRAVELTYPE|RSE_ENTERCONTENTS,
|
||||
|
|
Loading…
Reference in a new issue