From 377ce6c5bf1bc98087a83cd906dd14223668acef Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 12:25:13 +0000 Subject: (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld.cpp') 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(); -- cgit v1.2.3-54-g00ecf