From c56fce70b440a95914bf374f68ac045ca97b3610 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 29 Mar 2019 23:44:28 +0000 Subject: Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG. --- src/command_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_type.h') 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 -- cgit v1.2.3-54-g00ecf