(svn r22769) -Fix (r22678): failed patch merging

This commit is contained in:
rubidium 2011-08-20 14:23:14 +00:00
parent 11a4e402c6
commit e17d799cb3

View File

@ -410,7 +410,6 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow {
}
break;
case GLAND_RIVER_PULLDOWN: SetDParam(0, _rivers[_settings_newgame.game_creation.amount_of_rivers]); break;
case GLAND_RIVER_PULLDOWN: SetDParam(0, _rivers[_settings_newgame.game_creation.amount_of_rivers]); break;
case GLAND_SMOOTHNESS_PULLDOWN: SetDParam(0, _smoothness[_settings_newgame.game_creation.tgen_smoothness]); break;
case GLAND_VARIETY_PULLDOWN: SetDParam(0, _variety[_settings_newgame.game_creation.variety]); break;