summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-01-03 14:33:10 +0000
committerbelugas <belugas@openttd.org>2008-01-03 14:33:10 +0000
commit87a68bd80fa8f0c11ef4898e2c5ecbff8a60f7ad (patch)
tree445ae2a145f9d54f508377f142b9a674a46d6bdf /src/table
parentf8925b6faad0e76580e75fca4175e9c470e44e24 (diff)
downloadopenttd-87a68bd80fa8f0c11ef4898e2c5ecbff8a60f7ad.tar.xz
(svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727
-Codechange: A few bad coding style inadvertendly applied too
Diffstat (limited to 'src/table')
-rw-r--r--src/table/sprites.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index e906383a8..ec26e1d48 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -144,6 +144,8 @@ enum Sprites {
/* shore tiles - action 05-0D */
SPR_SHORE_BASE = SPR_2CCMAP_BASE + TWOCCMAP_SPRITE_COUNT,
SPR_SHORE_SPRITE_COUNT = 18,
+ SPR_ORIGINALSHORE_START = 4062,
+ SPR_ORIGINALSHORE_END = 4069,
SPR_AIRPORTX_BASE = SPR_SHORE_BASE + SPR_SHORE_SPRITE_COUNT, // The sprites used for other airport angles
SPR_NEWAIRPORT_TARMAC = SPR_AIRPORTX_BASE,