summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-06-20 20:08:10 +0000
committertron <tron@openttd.org>2005-06-20 20:08:10 +0000
commit0be5b38286af701ef9538591943fa269363b6702 (patch)
tree6455c0d98843253d006a99298d9d723142157793 /variables.h
parente9115f28c93d3ef6fd0e37609e31a246426253c8 (diff)
downloadopenttd-0be5b38286af701ef9538591943fa269363b6702.tar.xz
(svn r2464) Move definition of _inclined_tileh out of variables.h
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/variables.h b/variables.h
index 3525783b9..1b35d5d81 100644
--- a/variables.h
+++ b/variables.h
@@ -432,10 +432,7 @@ static inline uint32 GetDParam(uint n)
/* landscape.c */
extern const byte _tileh_to_sprite[32];
-
-static const byte _inclined_tileh[] = {
- 3,9,3,6,12,6,12,9,
-};
+extern const byte _inclined_tileh[8];
extern const TileTypeProcs * const _tile_type_procs[16];