From 765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 15 Dec 2004 22:18:54 +0000 Subject: (svn r1117) Move map arrays and some related macros into their own files map.c and map.h --- variables.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'variables.h') 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, -- cgit v1.2.3-54-g00ecf