mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Use (RCT12)ObjectEntryIndex in more places
This commit is contained in:
@@ -1535,7 +1535,7 @@ uint8_t PathElement::GetAddition() const
|
||||
return Additions;
|
||||
}
|
||||
|
||||
uint8_t PathElement::GetAdditionEntryIndex() const
|
||||
ObjectEntryIndex PathElement::GetAdditionEntryIndex() const
|
||||
{
|
||||
return GetAddition() - 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user