diff options
author | dominik <dominik@openttd.org> | 2004-08-23 08:59:36 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-08-23 08:59:36 +0000 |
commit | cce45b44d8575bc60fe4b3c77c63987e40fc355a (patch) | |
tree | 4c996ace144accc763bf7dc9ef03f9431555f6f6 | |
parent | d15aa143346cb7564dad13cef32e8b32df63901c (diff) | |
download | openttd-cce45b44d8575bc60fe4b3c77c63987e40fc355a.tar.xz |
(svn r116) Fix: [ 963056 ] Wrong trains you can buy with scenarios
-rw-r--r-- | ttd.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -735,6 +735,11 @@ void StartScenario() ShowErrorMessage(_error_message, STR_4009_GAME_LOAD_FAILED, 0, 0); } + // Inititalize data + StartupPlayers(); + StartupEngines(); + StartupDisasters(); + // Create a single player DoStartupNewPlayer(false); |