summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-12-16 12:30:13 +0000
committertron <tron@openttd.org>2004-12-16 12:30:13 +0000
commit89fd12692f1999b1535d70589bab7366a9eee0f3 (patch)
tree2a4ccefd32e4f1b60ca59743de7ededf60c6e9ed /map.c
parent74a149127dbcb4b6c62c7b5adcbb4cba54ddaeb8 (diff)
downloadopenttd-89fd12692f1999b1535d70589bab7366a9eee0f3.tar.xz
(svn r1130) Add helper functions to query map size
Diffstat (limited to 'map.c')
-rw-r--r--map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/map.c b/map.c
index 6cd86d260..48e16c046 100644
--- a/map.c
+++ b/map.c
@@ -2,6 +2,9 @@
#include "ttd.h"
#include "map.h"
+uint _map_log_x = TILE_X_BITS;
+uint _map_log_y = TILE_Y_BITS;
+
byte _map_type_and_height[TILES_X * TILES_Y];
byte _map5[TILES_X * TILES_Y];
byte _map3_lo[TILES_X * TILES_Y];