(svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727

-Codechange: A few bad coding style inadvertendly applied too
This commit is contained in:
belugas
2008-01-03 14:33:10 +00:00
parent 7e4b7e3ad4
commit aebcd80088
2 changed files with 22 additions and 20 deletions

View File

@@ -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,