summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-13 11:28:59 +0000
committerdominik <dominik@openttd.org>2004-08-13 11:28:59 +0000
commit0c25a4b10ce61dad50f4e0c353fc582669d4f85f (patch)
treedaf6f3c92e522d986c86c27ae66003b4ccc39661 /ttd.h
parentec31ae9f16a53a3c6a67bc11c23728f64b6c8cf3 (diff)
downloadopenttd-0c25a4b10ce61dad50f4e0c353fc582669d4f85f.tar.xz
(svn r38) Preliminary slopes graphics fix. Neighboring tile check not done yet
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ttd.h b/ttd.h
index 9d4b29634..6395c5c8c 100644
--- a/ttd.h
+++ b/ttd.h
@@ -468,8 +468,9 @@ enum SpecialStrings {
typedef void PlaceProc(uint tile);
enum Sprites {
- SPR_OPENTTD_BASE = 0x1406,
- SPR_CANALS_BASE = SPR_OPENTTD_BASE + 80,
+ SPR_CANALS_BASE = 0x1406,
+ SPR_SLOPES_BASE = SPR_CANALS_BASE + 70,
+ SPR_OPENTTD_BASE = SPR_SLOPES_BASE + 74,
};
enum MAP_OWNERS {