summaryrefslogtreecommitdiff
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
commit51b285233f418366cc9303003207165b3ceddf8b (patch)
tree0e42f97bdf0e85f926ecd1f1dbd6b673fb790921
parent1e905be4754013e8b5002f7e9217bc5a1afe9387 (diff)
downloadopenttd-51b285233f418366cc9303003207165b3ceddf8b.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
-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\
");