summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-26 19:20:35 +0000
committerbjarni <bjarni@openttd.org>2006-09-26 19:20:35 +0000
commit1d554da2fc24ab9387d87030b9a3069fcdbfe256 (patch)
tree8eecbc7c5f192d39d597f64c966f273eb204546b /command.h
parentd9f18c0cbbfba969dddb14a4f8ddb2f9b0102d62 (diff)
downloadopenttd-1d554da2fc24ab9387d87030b9a3069fcdbfe256.tar.xz
(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows
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 c56cbdbdd..b1d6a70d7 100644
--- a/command.h
+++ b/command.h
@@ -136,6 +136,7 @@ enum {
CMD_REPLACE_VEHICLE = 115,
CMD_CLONE_VEHICLE = 116,
+ CMD_MASS_START_STOP = 117,
};