(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:
@@ -442,7 +442,7 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e)
|
||||
NetworkQueryServer(nd->server->info.hostname, nd->server->port, true);
|
||||
break;
|
||||
case 18: // NewGRF Settings
|
||||
if (nd->server != NULL) ShowNewGRFSettings(false, false, &nd->server->info.grfconfig);
|
||||
if (nd->server != NULL) ShowNewGRFSettings(false, false, false, &nd->server->info.grfconfig);
|
||||
break;
|
||||
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user