summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-27 22:44:39 +0000
committerbjarni <bjarni@openttd.org>2006-09-27 22:44:39 +0000
commit2579b68e34648c2e6ad27af133def17580c6334f (patch)
tree4c0ea810ffccd3059e9cb23c9f3a2a00d2ec033a /openttd.h
parent64fa9a54e09bff801c467c73943ad9737c4ae2f9 (diff)
downloadopenttd-2579b68e34648c2e6ad27af133def17580c6334f.tar.xz
(svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" button
It's right below the sell button (sell whole chain button for trains) It's still missing a sprite. That one will be added as soon as anybody draws something we can use To make room for this button, all depots except train depots now opens with an additional row and can't be resized shorter than that
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 70c4cd446..f50bbd4a7 100644
--- a/openttd.h
+++ b/openttd.h
@@ -439,6 +439,7 @@ enum {
WC_GENERATE_LANDSCAPE = 0x50,
WC_GENERATE_PROGRESS_WINDOW = 0x51,
WC_OK_CANCEL_QUERY = 0x52,
+ WC_DEPOT_SELL_ALL = 0x53,
};