mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Read and write version field of .park
This commit is contained in:
@@ -121,6 +121,7 @@ public:
|
||||
item.Generation = object->GetGeneration();
|
||||
item.Identifier = object->GetIdentifier();
|
||||
item.ObjectEntry = object->GetObjectEntry();
|
||||
item.Version = object->GetVersion();
|
||||
item.Path = path;
|
||||
item.Name = object->GetName();
|
||||
item.Authors = object->GetAuthors();
|
||||
|
||||
Reference in New Issue
Block a user