summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-12-15 22:18:54 +0000
committertron <tron@openttd.org>2004-12-15 22:18:54 +0000
commit765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4 (patch)
treeabc024a53e9698bc4ed26a6830310805e30c693f /variables.h
parent736718ef53c7c5a3b8536136209668a895901187 (diff)
downloadopenttd-765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4.tar.xz
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/variables.h b/variables.h
index 667bd4a83..e95b8bb35 100644
--- a/variables.h
+++ b/variables.h
@@ -384,13 +384,6 @@ static inline uint32 GetDParam(uint n)
/* landscape.c */
extern const byte _tileh_to_sprite[32];
-extern byte _map_type_and_height[TILES_X * TILES_Y];
-extern byte _map5[TILES_X * TILES_Y];
-extern byte _map3_lo[TILES_X * TILES_Y];
-extern byte _map3_hi[TILES_X * TILES_Y];
-extern byte _map_owner[TILES_X * TILES_Y];
-extern byte _map2[TILES_X * TILES_Y];
-extern byte _map_extra_bits[TILES_X * TILES_Y/4];
static const byte _inclined_tileh[] = {
3,9,3,6,12,6,12,9,