summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-07 12:33:28 +0000
committerdominik <dominik@openttd.org>2005-01-07 12:33:28 +0000
commitf5c33e50733c46cee14e84ade6da0c171d96064b (patch)
tree75a99043a4533ed6a367b58c7e943342aafb4643 /ttd.h
parent9a4465f9c0db69b3d9da903b67b678a0ee3a565e (diff)
downloadopenttd-f5c33e50733c46cee14e84ade6da0c171d96064b.tar.xz
(svn r1413) Fixed a serious memory leak problem. The invisible tiles on the southern border now have the correct tile type (MP_VOID) again. Please note that older maps might still have incorrect border tiles, thus still causing overflows.
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.h b/ttd.h
index 44a685ee6..646f3a944 100644
--- a/ttd.h
+++ b/ttd.h
@@ -91,7 +91,7 @@ enum MapTileTypes {
MP_TREES,
MP_STATION,
MP_WATER,
- MP_STRANGE,
+ MP_VOID, // invisible tiles at the SW and SE border
MP_INDUSTRY,
MP_TUNNELBRIDGE,
MP_UNMOVABLE