mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-16 00:55:11 +01:00
(svn r22222) -Fix: compilation when compiling with --disable-ai
This commit is contained in:
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
Block a user