mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Rename Peep::cash_in_pocket to CashInPocket
This commit is contained in:
@@ -270,7 +270,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Peep, rides_been_on[i]);
|
||||
}
|
||||
COMPARE_FIELD(Peep, id);
|
||||
COMPARE_FIELD(Peep, cash_in_pocket);
|
||||
COMPARE_FIELD(Peep, CashInPocket);
|
||||
COMPARE_FIELD(Peep, CashSpent);
|
||||
COMPARE_FIELD(Peep, TimeInPark);
|
||||
COMPARE_FIELD(Peep, RejoinQueueTimeout);
|
||||
|
||||
Reference in New Issue
Block a user