summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-12 12:56:45 +0000
committertron <tron@openttd.org>2006-08-12 12:56:45 +0000
commit012e144cc10a5df24523085aab3ac78767fa92d4 (patch)
tree0bf68ac462bfafbdd65f20f1b609ed958b616c74 /variables.h
parentde4a96fd7a3a3fefb9119ffc4bf57cc27e8ae0a6 (diff)
downloadopenttd-012e144cc10a5df24523085aab3ac78767fa92d4.tar.xz
(svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
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];