mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Integrate entertainer costumes
This commit is contained in:
@@ -44,7 +44,7 @@ void SceneryGroupObject::ReadLegacy(IReadObjectContext * context, IStream * stre
|
||||
_legacyType.var_107 = stream->ReadValue<uint8>();
|
||||
_legacyType.var_108 = stream->ReadValue<uint8>();
|
||||
_legacyType.pad_109 = stream->ReadValue<uint8>();
|
||||
_legacyType.var_10A = stream->ReadValue<uint32>();
|
||||
_legacyType.entertainer_costumes = stream->ReadValue<uint32>();
|
||||
|
||||
GetStringTable()->Read(context, stream, OBJ_STRING_ID_NAME);
|
||||
ReadItems(stream);
|
||||
|
||||
Reference in New Issue
Block a user