summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-06-11 14:55:02 +0000
committerrubidium <rubidium@openttd.org>2008-06-11 14:55:02 +0000
commit7ccf05ff3564ee28ba707ffed437cf5092ef0e59 (patch)
tree0530b1e9f48dd5aa43e757b228f2d470bd81f7b8 /src/rail.h
parent6f550fc4ca46a21a36be5f639262fdc3bc388525 (diff)
downloadopenttd-7ccf05ff3564ee28ba707ffed437cf5092ef0e59.tar.xz
(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index 331674f30..894dd244b 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -38,6 +38,7 @@ struct RailtypeInfo {
SpriteID single_s; ///< single piece of rail in the southern corner
SpriteID single_e; ///< single piece of rail in the eastern corner
SpriteID single_w; ///< single piece of rail in the western corner
+ SpriteID single_sloped;///< single piecs of rail for slopes
SpriteID crossing; ///< level crossing, rail in X direction
SpriteID tunnel; ///< tunnel sprites base
} base_sprites;