1
0
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:
spacek531
2022-11-23 14:20:44 -08:00
committed by GitHub
parent 0ea5f343af
commit a617d393ed
5 changed files with 15 additions and 2 deletions

View File

@@ -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();