summaryrefslogtreecommitdiff
path: root/src/ai/ai_info_dummy.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-03-15 14:33:40 +0000
committerrubidium <rubidium@openttd.org>2009-03-15 14:33:40 +0000
commit8761a5a4c474b97a4c10a45a521dedae6bdf9641 (patch)
tree0e42f97bdf0e85f926ecd1f1dbd6b673fb790921 /src/ai/ai_info_dummy.cpp
parent6e9dc85c764d9b81bcae95b76d7ccfee35af1656 (diff)
downloadopenttd-8761a5a4c474b97a4c10a45a521dedae6bdf9641.tar.xz
(svn r15721) -Change: give a more useful (for 'normal' users) error message when there's no AI and they want to play with an AI
Diffstat (limited to 'src/ai/ai_info_dummy.cpp')
-rw-r--r--src/ai/ai_info_dummy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp
index 7865c52b7..de27e41f3 100644
--- a/src/ai/ai_info_dummy.cpp
+++ b/src/ai/ai_info_dummy.cpp
@@ -31,7 +31,7 @@ class DummyAI extends AIController {
function Start() { \n\
AILog.Error(\"No suitable AI found to load.\"); \n\
AILog.Error(\"This AI is a dummy AI and won't do anything.\"); \n\
- AILog.Error(\"Please add one or several AIs in your ai/ directory.\"); \n\
+ AILog.Error(\"You can download several via the 'Online Content' system.\"); \n\
} \n\
} \n\
");