summaryrefslogtreecommitdiff
path: root/src/landscape.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-30 17:22:06 +0000
committerfrosch <frosch@openttd.org>2008-01-30 17:22:06 +0000
commit46589fa8270516b476cbafd3b1df490ec4106dce (patch)
tree834594acaf672bdbcf810b84c3e44cbd20b7e2fe /src/landscape.cpp
parent1cdee354b490d4c1dbbfe05f51322b2b143cb392 (diff)
downloadopenttd-46589fa8270516b476cbafd3b1df490ec4106dce.tar.xz
(svn r12020) -Documentation: Correct description of TropicZone.
Diffstat (limited to 'src/landscape.cpp')
-rw-r--r--src/landscape.cpp2
1 files changed, 1 insertions, 1 deletions
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);