summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-25 19:44:23 +0000
committertron <tron@openttd.org>2005-12-25 19:44:23 +0000
commita85770614525b20c7563e08f5bfcfbbd05c563fe (patch)
tree625306e04bc4a91eb260b48c22288f41e471e49f /map.h
parent8ffe9da48287c7c352f7541214e49f382fd5fdd6 (diff)
downloadopenttd-a85770614525b20c7563e08f5bfcfbbd05c563fe.tar.xz
(svn r3342) Remove some cruft
Diffstat (limited to 'map.h')
-rw-r--r--map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/map.h b/map.h
index 2907d2eac..3dfe0f5c5 100644
--- a/map.h
+++ b/map.h
@@ -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;