summaryrefslogtreecommitdiff
path: root/command.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
commit825f63bde3c71b510abe04da2bbf668df35bc471 (patch)
tree4c0ea810ffccd3059e9cb23c9f3a2a00d2ec033a /command.h
parentd1aebd889ceef1ac2c5b88d4e898444de94fd579 (diff)
downloadopenttd-825f63bde3c71b510abe04da2bbf668df35bc471.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 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index b1d6a70d7..35eced22b 100644
--- a/command.h
+++ b/command.h
@@ -137,6 +137,7 @@ enum {
CMD_CLONE_VEHICLE = 116,
CMD_MASS_START_STOP = 117,
+ CMD_DEPOT_SELL_ALL_VEHICLES = 118,
};