Changeset - r21768:cf0d218c2674
[Not reviewed]
master
0 1 0
rubidium - 10 years ago 2014-09-22 19:21:37
rubidium@openttd.org
(svn r26911) -Change: increase maximum possible flat land height in scenario editor to be entered directly (ic111)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/genworld_gui.cpp
Show inline comments
 
@@ -1002,7 +1002,7 @@ struct CreateScenarioWindow : public Win
 
			case WID_CS_FLAT_LAND_HEIGHT_TEXT: // Height level text
 
				this->widget_id = WID_CS_FLAT_LAND_HEIGHT_TEXT;
 
				SetDParam(0, _settings_newgame.game_creation.se_flat_world_height);
 
				ShowQueryString(STR_JUST_INT, STR_SE_MAPGEN_FLAT_WORLD_HEIGHT_QUERY_CAPT, 3, this, CS_NUMERAL, QSF_NONE);
 
				ShowQueryString(STR_JUST_INT, STR_SE_MAPGEN_FLAT_WORLD_HEIGHT_QUERY_CAPT, 4, this, CS_NUMERAL, QSF_NONE);
 
				break;
 
		}
 
	}
0 comments (0 inline, 0 general)