From 730b91705955c5cd1cff4ee9264998012db8dfa6 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 7 Jun 2017 20:53:35 -0500 Subject: [PATCH] Fix comment in BotAIPredictObstacles --- code/game/ai_dmq3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/ai_dmq3.c b/code/game/ai_dmq3.c index 3cc61f22..d87b20c9 100644 --- a/code/game/ai_dmq3.c +++ b/code/game/ai_dmq3.c @@ -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,