Changeset - r115:e4c7f5d65e75
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-23 08:59:36
dominik@openttd.org
(svn r116) Fix: [ 963056 ] Wrong trains you can buy with scenarios
1 file changed with 5 insertions and 0 deletions:
ttd.c
5
0 comments (0 inline, 0 general)
ttd.c
Show inline comments
 
@@ -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);
 
	
0 comments (0 inline, 0 general)