mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Fix English descriptions of path additions and banners
This commit is contained in:
@@ -29,6 +29,7 @@ void BannerObject::ReadLegacy(IReadObjectContext * context, IStream * stream)
|
||||
_legacyType.banner.flags = stream->ReadValue<uint8>();
|
||||
_legacyType.banner.price = stream->ReadValue<sint16>();
|
||||
_legacyType.banner.scenery_tab_id = stream->ReadValue<uint8>();
|
||||
stream->Seek(1, STREAM_SEEK_CURRENT);
|
||||
|
||||
GetStringTable()->Read(context, stream, OBJ_STRING_ID_NAME);
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ void FootpathItemObject::ReadLegacy(IReadObjectContext * context, IStream * stre
|
||||
_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(1, STREAM_SEEK_CURRENT);
|
||||
|
||||
GetStringTable()->Read(context, stream, OBJ_STRING_ID_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user