mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Add flag to mark an object as a compatibility object
This commit is contained in:
@@ -126,6 +126,8 @@ public:
|
||||
item.Name = object->GetName();
|
||||
item.Authors = object->GetAuthors();
|
||||
item.Sources = object->GetSourceGames();
|
||||
if (object->IsCompatibilityObject())
|
||||
item.Flags |= ObjectItemFlags::IsCompatibilityObject;
|
||||
object->SetRepositoryItem(&item);
|
||||
return item;
|
||||
}
|
||||
@@ -144,6 +146,7 @@ protected:
|
||||
|
||||
ds << item.Sources;
|
||||
ds << item.Authors;
|
||||
ds << item.Flags;
|
||||
|
||||
switch (item.Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user