mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
add small scenery object
This commit is contained in:
@@ -37,7 +37,6 @@ void FootpathItemObject::ReadLegacy(IStream * stream)
|
||||
_legacyType.path_bit.tool_id = stream->ReadValue<uint8>();
|
||||
_legacyType.path_bit.price = stream->ReadValue<sint16>();
|
||||
_legacyType.path_bit.scenery_tab_id = stream->ReadValue<uint8>();
|
||||
stream->Seek(0, STREAM_SEEK_BEGIN);
|
||||
|
||||
StringTable.Read(stream, OBJ_STRING_ID_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user