summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
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];