From ccb13bdd52dd8a0b0a6eebbb6222ef56aa6e9837 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 30 Jan 2008 17:22:06 +0000 Subject: (svn r12020) -Documentation: Correct description of TropicZone. --- src/landscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index 74161c7b8..8745fa19f 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -636,7 +636,7 @@ void InitializeLandscape() for (x = 0; x < maxx; x++) { MakeClear(sizex * y + x, CLEAR_GRASS, 3); SetTileHeight(sizex * y + x, 0); - SetTropicZone(sizex * y + x, TROPICZONE_INVALID); + SetTropicZone(sizex * y + x, TROPICZONE_NORMAL); ClearBridgeMiddle(sizex * y + x); } MakeVoid(sizex * y + x); -- cgit v1.2.3-54-g00ecf