(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.

This commit is contained in:
dominik
2005-01-07 12:33:28 +00:00
parent 9a4465f9c0
commit f5c33e5073
2 changed files with 6 additions and 4 deletions

2
ttd.h
View File

@@ -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