diff options
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r-- | src/genworld.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp index 3dd8d7f45..0bd64f896 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -118,6 +118,8 @@ static void _GenerateWorld() ConvertGroundTilesIntoWaterTiles(); IncreaseGeneratingWorldProgress(GWP_OBJECT); + + _settings_game.game_creation.snow_line_height = DEF_SNOWLINE_HEIGHT; } else { GenerateLandscape(_gw.mode); GenerateClearTile(); |