mirror of https://github.com/OpenTTD/OpenTTD
(svn r22222) -Fix: compilation when compiling with --disable-ai
parent
11755768d2
commit
cde5b7dffc
|
@ -168,7 +168,7 @@ public:
|
||||||
static void GameLoop() {}
|
static void GameLoop() {}
|
||||||
static bool HasAI(const struct ContentInfo *ci, bool md5sum) { return false; }
|
static bool HasAI(const struct ContentInfo *ci, bool md5sum) { return false; }
|
||||||
static void Rescan() {}
|
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() { }
|
static void nop() { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue