(svn r1117) Move map arrays and some related macros into their own files map.c and map.h

This commit is contained in:
tron
2004-12-15 22:18:54 +00:00
parent 736718ef53
commit 765ecfed84
53 changed files with 81 additions and 23 deletions

View File

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