1
0
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:
Ted John
2016-06-25 18:58:04 +01:00
parent 7e206d1a85
commit daa5a0c506
5 changed files with 156 additions and 1 deletions

View File

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