Merge branch 'jgrpp' into jgrpp-nrt

This commit is contained in:
Jonathan G Rennison
2019-07-13 20:35:17 +01:00
8 changed files with 32 additions and 5 deletions

View File

@@ -404,6 +404,9 @@ static void ShutdownGame()
*/
static void LoadIntroGame(bool load_newgrfs = true)
{
Window *v;
FOR_ALL_WINDOWS_FROM_FRONT(v) delete v;
_game_mode = GM_MENU;
if (load_newgrfs) ResetGRFConfig(false);