intro_gui.c
changeset 5352 86fca6a41aa1
parent 5315 ca5f5789fe10
child 5419 a3d7068578bd
--- a/intro_gui.c	Thu Dec 21 10:09:43 2006 +0000
+++ b/intro_gui.c	Thu Dec 21 10:29:16 2006 +0000
@@ -84,7 +84,7 @@
 		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;