1
0
Fork 0

(svn r22222) -Fix: compilation when compiling with --disable-ai

release/1.2
yexo 2011-03-07 18:44:36 +00:00
parent 11755768d2
commit cde5b7dffc
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
static void GameLoop() {}
static bool HasAI(const struct ContentInfo *ci, bool md5sum) { return false; }
static void Rescan() {}
static char *GetConsoleList(char *p, const char *last) { return p; }
static char *GetConsoleList(char *p, const char *last, bool newest_only = false) { return p; }
static void nop() { }
};