(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will get a confirmation window when applying the changes as some actions can crash OpenTTD and/or make your current game unplayable.
This commit is contained in:
@@ -153,7 +153,7 @@ static void MenuClickSettings(int index)
|
||||
case 0: ShowGameOptions(); return;
|
||||
case 1: ShowGameDifficulty(); return;
|
||||
case 2: ShowPatchesSelection(); return;
|
||||
case 3: ShowNewGRFSettings(false, true, &_grfconfig); return;
|
||||
case 3: ShowNewGRFSettings(!_networking, true, true, &_grfconfig); return;
|
||||
|
||||
case 5: _display_opt ^= DO_SHOW_TOWN_NAMES; break;
|
||||
case 6: _display_opt ^= DO_SHOW_STATION_NAMES; break;
|
||||
|
Reference in New Issue
Block a user