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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 13 years ago
parent 11755768d2
commit cde5b7dffc

@ -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() { }
};

Loading…
Cancel
Save