(svn r12535) -Fix: A little typo and 4 omissions on bridge sprites.

This commit is contained in:
belugas 2008-04-01 17:21:24 +00:00
parent 584bbfd7e7
commit 81b6125ac2
1 changed files with 5 additions and 1 deletions

View File

@ -849,11 +849,15 @@ enum Sprites {
* and an end tile (half a tube on the near side, maked _END
*/
SPR_BTTUB_X_FRONT_BEG = 2559,
SPR_BTTUB_X_FRONT_MID = 2660,
SPR_BTTUB_X_FRONT_MID = 2560,
SPR_BTTUB_X_FRONT_END = 2561,
SPR_BTTUB_Y_FRONT_END = 2562,
SPR_BTTUB_Y_FRONT_MID = 2563,
SPR_BTTUB_Y_FRONT_BEG = 2564,
SPR_BTTUB_X_PILLAR_BEG = 2565,
SPR_BTTUB_X_PILLAR_MID = 2566,
SPR_BTTUB_Y_PILLAR_MID = 2567,
SPR_BTTUB_Y_PILLAR_BEG = 2568,
SPR_BTTUB_X_RAIL_REAR_BEG = 2569,
SPR_BTTUB_X_RAIL_REAR_MID = 2570,
SPR_BTTUB_X_RAIL_REAR_END = 2571,