summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/group.h b/src/group.h
index bd6f47bdf..e0f0b9196 100644
--- a/src/group.h
+++ b/src/group.h
@@ -63,7 +63,8 @@ struct GroupStatistics {
};
enum GroupFlags : uint8 {
- GF_REPLACE_PROTECTION, ///< If set to true, the global autoreplace has no effect on the group
+ GF_REPLACE_PROTECTION, ///< If set to true, the global autoreplace has no effect on the group
+ GF_REPLACE_WAGON_REMOVAL, ///< If set, autoreplace will perform wagon removal on vehicles in this group.
GF_END,
};