diff options
author | rubidium <rubidium@openttd.org> | 2009-03-15 14:33:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-15 14:33:40 +0000 |
commit | 8761a5a4c474b97a4c10a45a521dedae6bdf9641 (patch) | |
tree | 0e42f97bdf0e85f926ecd1f1dbd6b673fb790921 /src/ai | |
parent | 6e9dc85c764d9b81bcae95b76d7ccfee35af1656 (diff) | |
download | openttd-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')
-rw-r--r-- | src/ai/ai_info_dummy.cpp | 2 |
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\ "); |