[ioquake3] 01/59: Fix typo of empty in ai_main.c

Simon McVittie smcv at debian.org
Wed Sep 21 19:56:56 UTC 2016


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

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

commit 274fa898b1cbadd444a2641c93c0f7daadba9af6
Author: Zack Middleton <zturtleman at gmail.com>
Date:   Mon Jun 27 21:13:27 2016 -0500

    Fix typo of empty in ai_main.c
---
 code/game/ai_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/game/ai_main.c b/code/game/ai_main.c
index b9034b8..2dacd87 100644
--- a/code/game/ai_main.c
+++ b/code/game/ai_main.c
@@ -256,7 +256,7 @@ void BotTestAAS(vec3_t origin) {
 	if (bot_testsolid.integer) {
 		if (!trap_AAS_Initialized()) return;
 		areanum = BotPointAreaNum(origin);
-		if (areanum) BotAI_Print(PRT_MESSAGE, "\remtpy area");
+		if (areanum) BotAI_Print(PRT_MESSAGE, "\rempty area");
 		else BotAI_Print(PRT_MESSAGE, "\r^1SOLID area");
 	}
 	else if (bot_testclusters.integer) {

-- 
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