Changeset - r17491:63e7b80b328b
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-03-18 19:36:20
frosch@openttd.org
(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/genworld_gui.cpp
Show inline comments
 
@@ -603,8 +603,6 @@ struct GenerateLandscapeWindow : public 
 
				break;
 

	
 
			case GLAND_GENERATE_BUTTON: // Generate
 
				MakeNewgameSettingsLive();
 

	
 
				if (mode == GLWM_HEIGHTMAP &&
 
						(this->x * 2 < (1U << _settings_newgame.game_creation.map_x) ||
 
						this->x / 2 > (1U << _settings_newgame.game_creation.map_x) ||
0 comments (0 inline, 0 general)