summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 09:51:16 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 09:51:16 +0000
commit79fd8a362bf2776256c4065414015c575b58fa3e (patch)
tree268802d0f468383f140aef73101578aa4a2aabf4 /src/openttd.cpp
parent64cba95fbedc66c1da8802380e9eb85d6ad6abe4 (diff)
downloadopenttd-79fd8a362bf2776256c4065414015c575b58fa3e.tar.xz
(svn r22007) -Change: only show one AI per unique ID instead of all versions in the output of "openttd -h"
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 1a7fa7c8b..7d41cfb3f 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -204,7 +204,7 @@ static void ShowHelp()
/* We need to initialize the AI, so it finds the AIs */
TarScanner::DoScan();
AI::Initialize();
- p = AI::GetConsoleList(p, lastof(buf));
+ p = AI::GetConsoleList(p, lastof(buf), true);
AI::Uninitialize(true);
/* ShowInfo put output to stderr, but version information should go