(svn r12288) -Fix(r12287): forgot to include two sprite renames out of consistency.

And obviously forgot to compile before committing, as the array rename would have been evident.
This commit is contained in:
belugas
2008-02-27 04:26:25 +00:00
parent 7c14dedeb6
commit 202f1046f6
2 changed files with 4 additions and 4 deletions

View File

@@ -709,8 +709,8 @@ enum Sprites {
SPR_BTSUS_ROAD_X_REAR_TILE_B = 2462,
SPR_BTSUS_X_FRONT_TILE_A = 2463,
SPR_BTSUS_X_FRONT_TILE_B = 2464,
SPR_BTSUS_ROAD_X_TILE_D = 2465,
SPR_BTSUS_ROAD_X_TILE_C = 2466,
SPR_BTSUS_ROAD_X_REAR_TILE_D = 2465,
SPR_BTSUS_ROAD_X_REAR_TILE_C = 2466,
SPR_BTSUS_X_FRONT_TILE_D = 2467,
SPR_BTSUS_X_FRONT_TILE_C = 2468,
SPR_BTSUS_RAIL_Y_REAR_TILE_A = 2469,