From 9b4252bd62ccc223bd7a8bcb32a3cd2e36a85980 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Sat, 17 Nov 2007 01:10:06 +0000 Subject: (svn r11446) -Codechange: change the naming of road related code parts to something more descriptive -Change: invert the two single roads gui buttons, making it consistent with rails toolbar Based on a patch by Octopussy --- src/table/sprites.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/table/sprites.h') diff --git a/src/table/sprites.h b/src/table/sprites.h index 53caede35..978e716b6 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1229,8 +1229,8 @@ enum Sprites { SPR_IMG_PLAY_MUSIC = 712, /* road_gui.c */ - SPR_IMG_ROAD_NW = 1309, - SPR_IMG_ROAD_NE = 1310, + SPR_IMG_ROAD_Y_DIR = 1309, + SPR_IMG_ROAD_X_DIR = 1310, SPR_IMG_AUTOROAD = SPR_OPENTTD_BASE + 82, SPR_IMG_ROAD_DEPOT = 1295, SPR_IMG_BUS_STATION = 749, @@ -1238,8 +1238,8 @@ enum Sprites { SPR_IMG_BRIDGE = 2594, SPR_IMG_ROAD_TUNNEL = 2429, SPR_IMG_REMOVE = 714, - SPR_IMG_TRAMWAY_NW = SPR_TRAMWAY_BASE + 0, - SPR_IMG_TRAMWAY_NE = SPR_TRAMWAY_BASE + 1, + SPR_IMG_TRAMWAY_Y_DIR = SPR_TRAMWAY_BASE + 0, + SPR_IMG_TRAMWAY_X_DIR = SPR_TRAMWAY_BASE + 1, SPR_IMG_AUTOTRAM = SPR_OPENTTD_BASE + 84, /* rail_gui.c */ -- cgit v1.2.3-54-g00ecf