Changeset - r21889:ae1c6a8bcc44
[Not reviewed]
master
0 1 0
rubidium - 10 years ago 2014-10-25 21:02:59
rubidium@openttd.org
(svn r27043) -Fix: could not enter third digit of snow line height
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/genworld_gui.cpp
Show inline comments
 
@@ -634,7 +634,7 @@ struct GenerateLandscapeWindow : public 
 
			case WID_GL_SNOW_LEVEL_TEXT: // Snow line text
 
				this->widget_id = WID_GL_SNOW_LEVEL_TEXT;
 
				SetDParam(0, _settings_newgame.game_creation.snow_line_height);
 
				ShowQueryString(STR_JUST_INT, STR_MAPGEN_SNOW_LINE_QUERY_CAPT, 3, this, CS_NUMERAL, QSF_ENABLE_DEFAULT);
 
				ShowQueryString(STR_JUST_INT, STR_MAPGEN_SNOW_LINE_QUERY_CAPT, 4, this, CS_NUMERAL, QSF_ENABLE_DEFAULT);
 
				break;
 

	
 
			case WID_GL_TREE_PULLDOWN: // Tree placer
0 comments (0 inline, 0 general)