(svn r22007) -Change: only show one AI per unique ID instead of all versions in the output of "openttd -h"

This commit is contained in:
rubidium
2011-02-07 09:51:16 +00:00
parent b5f0c341eb
commit c163f3c0f7
5 changed files with 9 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ public:
static int GetStartNextTime();
/** Wrapper function for AIScanner::GetAIConsoleList */
static char *GetConsoleList(char *p, const char *last);
static char *GetConsoleList(char *p, const char *last, bool newest_only = false);
/** Wrapper function for AIScanner::GetAIConsoleLibraryList */
static char *GetConsoleLibraryList(char *p, const char *last);
/** Wrapper function for AIScanner::GetAIInfoList */