summaryrefslogtreecommitdiff
path: root/src/ai/ai_scanner.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-01 12:04:10 +0000
committertruebrain <truebrain@openttd.org>2011-12-01 12:04:10 +0000
commita8b22e5292e5b0e47a7dbecf47e530f877624ecf (patch)
tree73e78e63639615b579436a0d6df3df4eb0ab3391 /src/ai/ai_scanner.cpp
parentfedeba5f0021217ce23fbe106b31687cbeb643ce (diff)
downloadopenttd-a8b22e5292e5b0e47a7dbecf47e530f877624ecf.tar.xz
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
Diffstat (limited to 'src/ai/ai_scanner.cpp')
-rw-r--r--src/ai/ai_scanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp
index 25d38ccdb..f903061e4 100644
--- a/src/ai/ai_scanner.cpp
+++ b/src/ai/ai_scanner.cpp
@@ -67,7 +67,7 @@ AIInfo *AIScannerInfo::SelectRandomAI() const
}
if (num_random_ais == 0) {
- DEBUG(ai, 0, "No suitable AI found, loading 'dummy' AI.");
+ DEBUG(script, 0, "No suitable AI found, loading 'dummy' AI.");
return this->info_dummy;
}