File diff r20140:ecc46986f012 → r20141:91f6785f8a9f
src/game/game_core.cpp
Show inline comments
 
@@ -27,11 +27,6 @@
 
/* static */ GameScannerInfo *Game::scanner_info = NULL;
 
/* static */ GameScannerLibrary *Game::scanner_library = NULL;
 

	
 
/* static */ const char *Game::GetMainScript()
 
{
 
		return Game::info->GetMainScript();
 
}
 

	
 
/* static */ void Game::GameLoop()
 
{
 
	if (_networking && !_network_server) return;