From 012e144cc10a5df24523085aab3ac78767fa92d4 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 12 Aug 2006 12:56:45 +0000 Subject: (svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index e67b96573..b47108f36 100644 --- a/variables.h +++ b/variables.h @@ -405,7 +405,7 @@ StringID BindCString(const char *str); /* landscape.c */ extern const byte _tileh_to_sprite[32]; -extern const byte _inclined_tileh[8]; +extern const byte _inclined_tileh[16]; extern const TileTypeProcs * const _tile_type_procs[16]; -- cgit v1.2.3-54-g00ecf