From 0be5b38286af701ef9538591943fa269363b6702 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 20 Jun 2005 20:08:10 +0000 Subject: (svn r2464) Move definition of _inclined_tileh out of variables.h --- landscape.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'landscape.c') diff --git a/landscape.c b/landscape.c index 1f5cffddb..095393def 100644 --- a/landscape.c +++ b/landscape.c @@ -43,6 +43,10 @@ const byte _tileh_to_sprite[32] = { 0,0,0,0,0,0,0,16,0,0,0,17,0,15,18,0, }; +const byte _inclined_tileh[] = { + 3, 9, 3, 6, 12, 6, 12, 9 +}; + void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile) { -- cgit v1.2.3-70-g09d2