From 79fd8a362bf2776256c4065414015c575b58fa3e Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Feb 2011 09:51:16 +0000 Subject: (svn r22007) -Change: only show one AI per unique ID instead of all versions in the output of "openttd -h" --- src/ai/ai_scanner.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_scanner.hpp') diff --git a/src/ai/ai_scanner.hpp b/src/ai/ai_scanner.hpp index cc183d887..fee16d608 100644 --- a/src/ai/ai_scanner.hpp +++ b/src/ai/ai_scanner.hpp @@ -53,7 +53,7 @@ public: /** * Get the list of available AIs for the console. */ - char *GetAIConsoleList(char *p, const char *last) const; + char *GetAIConsoleList(char *p, const char *last, bool newest_only) const; /** * Get the list of available AI Libraries for the console. -- cgit v1.2.3-54-g00ecf