From 9b9add65c3780becd471efb9c1695b292e541210 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 21 Dec 2006 10:29:16 +0000 Subject: (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. --- intro_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intro_gui.c') diff --git a/intro_gui.c b/intro_gui.c index b6bce05ad..9d0198d44 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -84,7 +84,7 @@ static void SelectGameWndProc(Window *w, WindowEvent *e) case 12: ShowGameOptions(); break; case 13: ShowGameDifficulty(); break; case 14: ShowPatchesSelection(); break; - case 15: ShowNewGRFSettings(true, true, &_grfconfig_newgame); break; + case 15: ShowNewGRFSettings(true, true, false, &_grfconfig_newgame); break; case 16: HandleExitGameRequest(); break; } break; -- cgit v1.2.3-54-g00ecf