From cce45b44d8575bc60fe4b3c77c63987e40fc355a Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 23 Aug 2004 08:59:36 +0000 Subject: (svn r116) Fix: [ 963056 ] Wrong trains you can buy with scenarios --- ttd.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 531fe40bf..00a77c3b9 100644 --- a/ttd.c +++ b/ttd.c @@ -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); -- cgit v1.2.3-54-g00ecf