mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
use overridden object strings
This commit is contained in:
@@ -152,13 +152,6 @@ void SmallSceneryObject::DrawPreview(rct_drawpixelinfo * dpi) const
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const utf8 * SmallSceneryObject::GetName() const
|
||||
{
|
||||
const utf8 * name = GetStringTable()->GetString(OBJ_STRING_ID_NAME);
|
||||
return name != nullptr ? name : "";
|
||||
}
|
||||
|
||||
uint8 * SmallSceneryObject::ReadVar10(IStream * stream)
|
||||
{
|
||||
uint8 b;
|
||||
|
||||
Reference in New Issue
Block a user