From 274fa898b1cbadd444a2641c93c0f7daadba9af6 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 27 Jun 2016 21:13:27 -0500 Subject: [PATCH] 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 b9034b88..2dacd877 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) {