mirror of https://github.com/OpenTTD/OpenTTD
(svn r116) Fix: [ 963056 ] Wrong trains you can buy with scenarios
parent
d15aa14334
commit
cce45b44d8
5
ttd.c
5
ttd.c
|
@ -735,6 +735,11 @@ void StartScenario()
|
||||||
ShowErrorMessage(_error_message, STR_4009_GAME_LOAD_FAILED, 0, 0);
|
ShowErrorMessage(_error_message, STR_4009_GAME_LOAD_FAILED, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Inititalize data
|
||||||
|
StartupPlayers();
|
||||||
|
StartupEngines();
|
||||||
|
StartupDisasters();
|
||||||
|
|
||||||
// Create a single player
|
// Create a single player
|
||||||
DoStartupNewPlayer(false);
|
DoStartupNewPlayer(false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue