(svn r3342) Remove some cruft

This commit is contained in:
tron
2005-12-25 19:44:23 +00:00
parent 8ffe9da482
commit a857706145
3 changed files with 0 additions and 17 deletions

1
map.h
View File

@@ -15,7 +15,6 @@ extern uint _map_size;
#define TILE_MASK(x) ((x) & _map_tile_mask)
#define TILE_ASSERT(x) assert(TILE_MASK(x) == (x));
#define RANDOM_TILE(r) TILE_MASK(r)
typedef struct Tile {
byte type_height;