From d46d8d9c9d75dda0b3688d8f74313acd4e2a84a9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Apr 2008 10:16:51 +0000 Subject: (svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h. --- src/landscape.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index 4c45c4675..a386a637c 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -610,6 +610,7 @@ CommandCost CmdClearArea(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) } +TileIndex _cur_tileloop_tile; #define TILELOOP_BITS 4 #define TILELOOP_SIZE (1 << TILELOOP_BITS) #define TILELOOP_ASSERTMASK ((TILELOOP_SIZE - 1) + ((TILELOOP_SIZE - 1) << MapLogX())) -- cgit v1.2.3-54-g00ecf