summaryrefslogtreecommitdiff
path: root/ttd.h
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
commitbbd3ec33d0d9a0e0ff189691781d352efff404d2 (patch)
tree887039908b482a414d60dabc6882058855a7407b /ttd.h
parent42971c090e5d2b33b048903a3d536cf55f4ea8c9 (diff)
downloadopenttd-bbd3ec33d0d9a0e0ff189691781d352efff404d2.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 'ttd.h')
-rw-r--r--ttd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttd.h b/ttd.h
index 201814844..0265d21f1 100644
--- a/ttd.h
+++ b/ttd.h
@@ -419,12 +419,12 @@ enum {
WC_ENGINE_PREVIEW = 0x35,
WC_MUSIC_WINDOW = 0x36,
WC_MUSIC_TRACK_SELECTION = 0x37,
- WC_SCEN_LAND_GEN = 0x38,
+ WC_SCEN_LAND_GEN = 0x38, // also used for landscaping toolbar
WC_ASK_RESET_LANDSCAPE = 0x39,
WC_SCEN_TOWN_GEN = 0x3A,
WC_SCEN_INDUSTRY = 0x3B,
WC_SCEN_BUILD_ROAD = 0x3C,
- WC_SCEN_BUILD_TREES = 0x3D,
+ WC_BUILD_TREES = 0x3D,
WC_SEND_NETWORK_MSG = 0x3E,
WC_DROPDOWN_MENU = 0x3F,
WC_BUILD_INDUSTRY = 0x40,