(svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes

This commit is contained in:
tron
2006-08-12 12:56:45 +00:00
parent de4a96fd7a
commit 012e144cc1
4 changed files with 55 additions and 32 deletions

View File

@@ -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];