Feature #6053: Collapsible vehicle groups (3298)

This commit is contained in:
Charles Pigott
2019-03-26 00:35:01 +00:00
committed by PeterN
parent 8890436af1
commit 49f7332b75
3 changed files with 55 additions and 6 deletions

View File

@@ -298,6 +298,7 @@ void PropagateChildLivery(const Group *g)
Group::Group(Owner owner)
{
this->owner = owner;
this->folded = false;
}
Group::~Group()