summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-28 14:17:08 +0000
committerbjarni <bjarni@openttd.org>2006-09-28 14:17:08 +0000
commit371f080182268bead1552610d4d3271661d296d9 (patch)
tree4e5a1a7743dd3215de81daac65567a30373f6ef6 /command.h
parentf469d3fe76f1a2384f3f4508e23677db37d8f0b7 (diff)
downloadopenttd-371f080182268bead1552610d4d3271661d296d9.tar.xz
(svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
Like the "sell all" button, this one lacks a sprite as well. We will hopefully get one shortly
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.h b/command.h
index cd9f822b4..ab913352e 100644
--- a/command.h
+++ b/command.h
@@ -138,7 +138,7 @@ enum {
CMD_CLONE_VEHICLE = 116,
CMD_MASS_START_STOP = 117,
CMD_DEPOT_SELL_ALL_VEHICLES = 118,
-
+ CMD_DEPOT_MASS_AUTOREPLACE = 119,
};
enum {