1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Rename Peep::cash_in_pocket to CashInPocket

This commit is contained in:
Tulio Leao
2020-06-06 10:19:37 -03:00
parent 0fc7bd1afd
commit 77af2326ff
12 changed files with 27 additions and 28 deletions

View File

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