summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-19 20:55:23 +0000
committerdominik <dominik@openttd.org>2005-01-19 20:55:23 +0000
commitf7e39977de019d2bf20c4850fa3aa28deeb75854 (patch)
tree4721eddc93c76f7d2ab9c04a82bbb528732eeda1 /table/sprites.h
parentd419f9b2f07843341c38c5d78875685f82bbd691 (diff)
downloadopenttd-f7e39977de019d2bf20c4850fa3aa28deeb75854.tar.xz
(svn r1571) Feature: Visually enhanced autorail placing
When using the autorail tool, the rail pieces which are going to be build are highlighted. If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if the rail line construction might not be possible because of other obstacles, e.g. houses or water.
Diffstat (limited to 'table/sprites.h')
-rw-r--r--table/sprites.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index d17d2b4b7..88929b4d7 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -44,7 +44,8 @@ enum Sprites {
/* Extra graphic spritenumbers */
SPR_CANALS_BASE = 5126,
SPR_SLOPES_BASE = SPR_CANALS_BASE + 70,
- SPR_OPENTTD_BASE = SPR_SLOPES_BASE + 74, //5270
+ SPR_AUTORAIL_BASE = SPR_SLOPES_BASE + 78,
+ SPR_OPENTTD_BASE = SPR_AUTORAIL_BASE + 55, // can be lowered once autorail.grf is finalized
SPR_BLOT = SPR_OPENTTD_BASE + 32, // colored circle (mainly used as vehicle profit marker and for sever compatibility)