summaryrefslogtreecommitdiff
path: root/landscape.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-07 19:35:21 +0000
committertron <tron@openttd.org>2006-06-07 19:35:21 +0000
commit7fd88e57981e15cd8f2c11a2134e289dbe1b856e (patch)
tree5a6fb4aa93546ad194301d231de10ba5370ccc6f /landscape.c
parent8992f9cb2bf20a1615f99735d13ade6b2535cbcf (diff)
downloadopenttd-7fd88e57981e15cd8f2c11a2134e289dbe1b856e.tar.xz
(svn r5155) - Remove the bridge branch merge (revision r5070)
Diffstat (limited to 'landscape.c')
-rw-r--r--landscape.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/landscape.c b/landscape.c
index 1209940f2..cc044eab2 100644
--- a/landscape.c
+++ b/landscape.c
@@ -2,7 +2,6 @@
#include "stdafx.h"
#include "openttd.h"
-#include "bridge_map.h"
#include "clear_map.h"
#include "functions.h"
#include "map.h"
@@ -388,8 +387,6 @@ void InitializeLandscape(void)
for (x = 0; x < maxx; x++) {
MakeClear(sizex * y + x, CLEAR_GRASS, 3);
SetTileHeight(sizex * y + x, 0);
- _m[sizex * y + x].extra = 0;
- ClearBridgeMiddle(sizex * y + x);
}
MakeVoid(sizex * y + x);
}