summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-06-09 07:45:26 +0000
committerpeter1138 <peter1138@openttd.org>2006-06-09 07:45:26 +0000
commit67ce8b9ea0962b306aabda67283675bfa71e0485 (patch)
treeeeeb3c2fefa332d53e3104f89a73d34092b83e62 /command.h
parentbbafbc29429ebd7f6ada1273465023a8c0626029 (diff)
downloadopenttd-67ce8b9ea0962b306aabda67283675bfa71e0485.tar.xz
(svn r5191) - NewGRF: add cargo refit support for road vehicles
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 db12972f5..05e9e0f9d 100644
--- a/command.h
+++ b/command.h
@@ -91,6 +91,7 @@ enum {
CMD_SELL_ROAD_VEH = 69,
CMD_SEND_ROADVEH_TO_DEPOT = 70,
CMD_TURN_ROADVEH = 71,
+ CMD_REFIT_ROAD_VEH = 72,
CMD_PAUSE = 73,