1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

Rename Peep::id to Id

This commit is contained in:
Tulio Leao
2020-06-06 10:31:19 -03:00
parent 77af2326ff
commit 4cdfccb338
12 changed files with 23 additions and 23 deletions

View File

@@ -213,7 +213,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
{
COMPARE_FIELD(rides_been_on[i]);
}
COMPARE_FIELD(id);
COMPARE_FIELD(Id);
COMPARE_FIELD(CashInPocket);
COMPARE_FIELD(CashSpent);
COMPARE_FIELD(TimeInPark);