1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

add path item object

This commit is contained in:
Ted John
2016-06-25 18:05:24 +01:00
parent 90923fbb43
commit 7e206d1a85
6 changed files with 124 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ void FootpathObject::Load()
void FootpathObject::Unload()
{
language_free_object_string(_legacyType.string_idx);
gfx_object_free_images(_legacyType.image, ImageTable.GetCount());
}
const utf8 * FootpathObject::GetName()