summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index 8bb8d794f..4c51e6ebd 100644
--- a/src/group.h
+++ b/src/group.h
@@ -73,6 +73,8 @@ struct Group : GroupPool::PoolItem<&_group_pool> {
Livery livery; ///< Custom colour scheme for vehicles in this group
GroupStatistics statistics; ///< NOSAVE: Statistics and caches on the vehicles in the group.
+ bool folded; ///< NOSAVE: Is this group folded in the group view?
+
GroupID parent; ///< Parent group
Group(CompanyID owner = INVALID_COMPANY);