Changeset - r96:11f06ef1346d
[Not reviewed]
master
0 1 0
truelight - 20 years ago 2004-08-20 17:28:49
truelight@openttd.org
(svn r97) -Fix: two non-AI players when loading a scenario
1 file changed with 0 insertions and 4 deletions:
ttd.c
4
0 comments (0 inline, 0 general)
ttd.c
Show inline comments
 
@@ -1093,10 +1093,6 @@ bool AfterLoadGame(uint version)
 
		CheckIsPlayerActive();
 
	}
 

	
 
	// in case the player doesn't exist, create one (for scenario)
 
	if (!_players[0].is_active)
 
		DoStartupNewPlayer(false);
 

	
 
	DoZoomInOut(ZOOM_NONE); // update button status
 
	MarkWholeScreenDirty();
 

	
0 comments (0 inline, 0 general)