summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-31 04:38:11 +0000
committerbelugas <belugas@openttd.org>2007-12-31 04:38:11 +0000
commit8ee1faca6c8b4dbb13962c132fd9544dfee42ffa (patch)
treeca1f1cefe486219cdeb6b37c0d30bc2de02020da /src/table/sprites.h
parent31e2ed8b4cc8b16346d8bdfe5acfca068cc09e4d (diff)
downloadopenttd-8ee1faca6c8b4dbb13962c132fd9544dfee42ffa.tar.xz
(svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB
Diffstat (limited to 'src/table/sprites.h')
-rw-r--r--src/table/sprites.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 16fc900d7..e906383a8 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -141,7 +141,11 @@ enum Sprites {
SPR_2CCMAP_BASE = SPR_ELRAIL_BASE + ELRAIL_SPRITE_COUNT,
TWOCCMAP_SPRITE_COUNT = 256,
- SPR_AIRPORTX_BASE = SPR_2CCMAP_BASE + TWOCCMAP_SPRITE_COUNT, // The sprites used for other airport angles
+ /* shore tiles - action 05-0D */
+ SPR_SHORE_BASE = SPR_2CCMAP_BASE + TWOCCMAP_SPRITE_COUNT,
+ SPR_SHORE_SPRITE_COUNT = 18,
+
+ SPR_AIRPORTX_BASE = SPR_SHORE_BASE + SPR_SHORE_SPRITE_COUNT, // The sprites used for other airport angles
SPR_NEWAIRPORT_TARMAC = SPR_AIRPORTX_BASE,
SPR_NSRUNWAY1 = SPR_AIRPORTX_BASE + 1,
SPR_NSRUNWAY2 = SPR_AIRPORTX_BASE + 2,
@@ -553,17 +557,6 @@ enum Sprites {
SPR_FARMLAND_STATE_7 = 4259,
SPR_FARMLAND_HAYPACKS = 4278,
- /* Shores */
- SPR_NO_SHORE = 0, //used for tileh which have no shore
- SPR_SHORE_TILEH_4 = 4062, // SLOPE_E
- SPR_SHORE_TILEH_1 = 4063, // SLOPE_W
- SPR_SHORE_TILEH_2 = 4064, // SLOPE_S
- SPR_SHORE_TILEH_8 = 4065, // SLOPE_N
- SPR_SHORE_TILEH_6 = 4066, // SLOPE_SE
- SPR_SHORE_TILEH_12 = 4067, // SLOPE_NE
- SPR_SHORE_TILEH_3 = 4068, // SLOPE_SW
- SPR_SHORE_TILEH_9 = 4069, // SLOPE_NW
-
/* Water-related sprites */
SPR_SHIP_DEPOT_SE_FRONT = 4070,
SPR_SHIP_DEPOT_SW_FRONT = 4071,