Merge branch 'master' into jgrpp
# Conflicts: # src/airport_gui.cpp # src/blitter/32bpp_anim_sse4.cpp # src/console_cmds.cpp # src/linkgraph/linkgraph_gui.cpp # src/newgrf_object.h # src/road_gui.cpp # src/widgets/road_widget.h # src/window.cpp
This commit is contained in:
		@@ -222,14 +222,14 @@
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* static */ char *Game::GetConsoleList(char *p, const char *last, bool newest_only)
 | 
			
		||||
/* static */ std::string Game::GetConsoleList(bool newest_only)
 | 
			
		||||
{
 | 
			
		||||
	return Game::scanner_info->GetConsoleList(p, last, newest_only);
 | 
			
		||||
	return Game::scanner_info->GetConsoleList(newest_only);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* static */ char *Game::GetConsoleLibraryList(char *p, const char *last)
 | 
			
		||||
/* static */ std::string Game::GetConsoleLibraryList()
 | 
			
		||||
{
 | 
			
		||||
	 return Game::scanner_library->GetConsoleList(p, last, true);
 | 
			
		||||
	 return Game::scanner_library->GetConsoleList(true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* static */ const ScriptInfoList *Game::GetInfoList()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user