summaryrefslogtreecommitdiff
path: root/src/group.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/group.h
parent27a956ba6204e400e82fe10056bf730f286b23fe (diff)
downloadopenttd-c56fce70b440a95914bf374f68ac045ca97b3610.tar.xz
Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG.
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index 57d15b448..bd6f47bdf 100644
--- a/src/group.h
+++ b/src/group.h
@@ -64,6 +64,7 @@ struct GroupStatistics {
enum GroupFlags : uint8 {
GF_REPLACE_PROTECTION, ///< If set to true, the global autoreplace has no effect on the group
+ GF_END,
};
/** Group data. */