summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-12 17:42:04 +0000
committerdominik <dominik@openttd.org>2004-12-12 17:42:04 +0000
commit6d8a0c52f5e2de255a445f65765b87dea36d662e (patch)
tree887039908b482a414d60dabc6882058855a7407b /table
parent8057dd221482d22b5a5477c982cd0d7ac9be80f9 (diff)
downloadopenttd-6d8a0c52f5e2de255a445f65765b87dea36d662e.tar.xz
(svn r1030) Some toolbar icons are arranged differently:
- Landscaping buttons have to be accessed from the landscaping toolbar - Landscaping toolbar can be opened from all other toolbars - The order of buttons in the docks toolbar now matches the other toolbars - Landscaping toolbar has new keyboard shortcuts
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 740cd306b..9978445ab 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -714,7 +714,18 @@ enum Sprites {
SPR_OTTD_A = 4838,
SPR_OTTD_S = 4840,
SPR_OTTD_Y = 4843,
- SPR_OTTD_C = 4844
+ SPR_OTTD_C = 4844,
+
+ /* road_gui.c */
+ SPR_IMG_ROAD_NW = 1309,
+ SPR_IMG_ROAD_NE = 1310,
+ SPR_IMG_ROAD_DEPOT = 1295,
+ SPR_IMG_BUS_STATION = 749,
+ SPR_IMG_TRUCK_BAY = 750,
+ SPR_IMG_BRIDGE = 2594,
+ SPR_IMG_ROAD_TUNNEL = 2429,
+ SPR_IMG_REMOVE = 714,
+ SPR_IMG_LANDSCAPING_S = 742
};
/* Cursor sprite numbers */