diff options
author | belugas <belugas@openttd.org> | 2008-04-01 17:21:24 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-04-01 17:21:24 +0000 |
commit | 81b6125ac2adf4aeac327aa6a80cced3f4c84f35 (patch) | |
tree | 4a3caa49e2e1641050ff9f479a86e03d6852167a /src | |
parent | 584bbfd7e7162f9173d3da141afd6e69c4a4ebb7 (diff) | |
download | openttd-81b6125ac2adf4aeac327aa6a80cced3f4c84f35.tar.xz |
(svn r12535) -Fix: A little typo and 4 omissions on bridge sprites.
Diffstat (limited to 'src')
-rw-r--r-- | src/table/sprites.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index ea5ae5e14..cc2cb6af7 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -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, |