1
0
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:
Gymnasiast
2020-04-27 15:01:37 +02:00
parent 9b2dba62d8
commit cc65564521
26 changed files with 99 additions and 107 deletions

View File

@@ -1535,7 +1535,7 @@ uint8_t PathElement::GetAddition() const
return Additions;
}
uint8_t PathElement::GetAdditionEntryIndex() const
ObjectEntryIndex PathElement::GetAdditionEntryIndex() const
{
return GetAddition() - 1;
}