Changeset - r17458:5933f3859ebb
[Not reviewed]
master
0 1 0
yexo - 13 years ago 2011-03-07 18:44:36
yexo@openttd.org
(svn r22222) -Fix: compilation when compiling with --disable-ai
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ai/ai.hpp
Show inline comments
 
@@ -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() { }
 
};
 

	
0 comments (0 inline, 0 general)