mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Rework and refactor PathBitEntry (#14809)
This commit is contained in:
@@ -1616,7 +1616,7 @@ ObjectEntryIndex PathElement::GetAdditionEntryIndex() const
|
||||
return GetAddition() - 1;
|
||||
}
|
||||
|
||||
rct_scenery_entry* PathElement::GetAdditionEntry() const
|
||||
PathBitEntry* PathElement::GetAdditionEntry() const
|
||||
{
|
||||
if (!HasAddition())
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user