summaryrefslogtreecommitdiff
path: root/table
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 /table
parentec31ae9f16a53a3c6a67bc11c23728f64b6c8cf3 (diff)
downloadopenttd-0c25a4b10ce61dad50f4e0c353fc582669d4f85f.tar.xz
(svn r38) Preliminary slopes graphics fix. Neighboring tile check not done yet
Diffstat (limited to 'table')
-rw-r--r--table/landscape_sprite.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/table/landscape_sprite.h b/table/landscape_sprite.h
index dfd9e84c8..2a4cf13b2 100644
--- a/table/landscape_sprite.h
+++ b/table/landscape_sprite.h
@@ -132,3 +132,31 @@ static const SpriteID _landscape_spriteindexes_3[] = {
};
+/* Slope graphics indexes temperate climate */
+static const SpriteID _slopes_spriteindexes_0[] = {
+ 0xfffe, 3,
+ SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
+ 0xffff,
+};
+
+/* Slope graphics indexes arctic climate */
+static const SpriteID _slopes_spriteindexes_1[] = {
+ 0xfffe, 79,
+ SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
+ 0xffff,
+};
+
+/* Slope graphics indexes tropical climate */
+static const SpriteID _slopes_spriteindexes_2[] = {
+ 0xfffe, 155,
+ SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
+ 0xffff,
+};
+
+/* Slope graphics indexes toyland climate */
+static const SpriteID _slopes_spriteindexes_3[] = {
+ 0xfffe, 231,
+ SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
+ 0xffff,
+};
+