From 67161506ad98a7636d3c9f141b5595481d079e93 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 5 Jan 2005 13:32:03 +0000 Subject: (svn r1386) Move TileIndexDiff to map.h Move _tileoffs_by_dir to map.[ch] and encapsulate it in TileOffsByDir() --- variables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index b12ed7ce6..2532a6b67 100644 --- a/variables.h +++ b/variables.h @@ -416,8 +416,6 @@ extern const TileTypeProcs * const _tile_type_procs[16]; extern const byte _airport_size_x[5]; extern const byte _airport_size_y[5]; -extern const TileIndexDiff _tileoffs_by_dir[4]; - /* misc */ VARDEF byte str_buffr[512]; VARDEF char _screenshot_name[128]; -- cgit v1.2.3-54-g00ecf