summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-03-29 23:44:28 +0000
committerMichael Lutz <michi@icosahedron.de>2021-04-22 22:57:00 +0200
commitc56fce70b440a95914bf374f68ac045ca97b3610 (patch)
tree38ce50aa9334ddb6bc9ea17c33b6c1c25d9d73fe /src/command_type.h
parent27a956ba6204e400e82fe10056bf730f286b23fe (diff)
downloadopenttd-c56fce70b440a95914bf374f68ac045ca97b3610.tar.xz
Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG.
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_type.h b/src/command_type.h
index 2419d7b31..732932b7a 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -324,7 +324,7 @@ enum Commands {
CMD_ADD_VEHICLE_GROUP, ///< add a vehicle to a group
CMD_ADD_SHARED_VEHICLE_GROUP, ///< add all other shared vehicles to a group which are missing
CMD_REMOVE_ALL_VEHICLES_GROUP, ///< remove all vehicles from a group
- CMD_SET_GROUP_REPLACE_PROTECTION, ///< set the autoreplace-protection for a group
+ CMD_SET_GROUP_FLAG, ///< set/clear a flag for a group
CMD_SET_GROUP_LIVERY, ///< set the livery for a group
CMD_MOVE_ORDER, ///< move an order