[ioquake3] 122/136: Fix comment in BotAIPredictObstacles

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 730b91705955c5cd1cff4ee9264998012db8dfa6
Author: Zack Middleton <zack at cloemail.com>
Date:   Wed Jun 7 20:53:35 2017 -0500

    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 3cc61f2..d87b20c 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list