summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 710552eff..d1955f27d 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -110,7 +110,7 @@ static void _GenerateWorld(void *arg)
for (uint col = 0; col < MapSizeX(); col++) MakeVoid(TileXY(col, 0));
}
- /* Make the map the height of the patch setting */
+ /* Make the map the height of the setting */
if (_game_mode != GM_MENU) FlatEmptyWorld(_settings_game.game_creation.se_flat_world_height);
ConvertGroundTilesIntoWaterTiles();