From 202f1046f626543ddd948a89e1f65a4ed5f057e8 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 27 Feb 2008 04:26:25 +0000 Subject: (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. --- src/table/sprites.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table/sprites.h') diff --git a/src/table/sprites.h b/src/table/sprites.h index 2d29082b3..81d000162 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -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, -- cgit v1.2.3-54-g00ecf