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

Rename Peep::cash_spent to CashSpent

This commit is contained in:
Tulio Leao
2020-06-06 10:17:43 -03:00
parent cf4b052cd4
commit 0fc7bd1afd
9 changed files with 9 additions and 9 deletions

View File

@@ -215,7 +215,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
}
COMPARE_FIELD(id);
COMPARE_FIELD(cash_in_pocket);
COMPARE_FIELD(cash_spent);
COMPARE_FIELD(CashSpent);
COMPARE_FIELD(TimeInPark);
COMPARE_FIELD(RejoinQueueTimeout);
COMPARE_FIELD(PreviousRide);