File diff r20140:ecc46986f012 → r20141:91f6785f8a9f
src/game/game.hpp
Show inline comments
 
@@ -112,11 +112,6 @@ public:
 
	 */
 
	static class GameInstance *GetInstance() { return Game::instance; }
 

	
 
	/**
 
	 * Get the current active mainscript.
 
	 */
 
	static const char *GetMainScript();
 

	
 
#if defined(ENABLE_NETWORK)
 
	/** Wrapper function for GameScanner::HasGame */
 
	static bool HasGame(const struct ContentInfo *ci, bool md5sum);