summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-03-30 07:13:08 +0000
committerMichael Lutz <michi@icosahedron.de>2021-04-22 22:57:00 +0200
commita05bc04b638020e7faa7d990a8dcc5404e58ea91 (patch)
treeadbd80101781ea10901bdf2f2c8324699279a008 /src/group.h
parentc56fce70b440a95914bf374f68ac045ca97b3610 (diff)
downloadopenttd-a05bc04b638020e7faa7d990a8dcc5404e58ea91.tar.xz
Feature: Per-group wagon removal flag.
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,
};