mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix typo of empty in ai_main.c
This commit is contained in:
parent
9d6a95d4ad
commit
274fa898b1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue