1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +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

@@ -1477,7 +1477,7 @@ private:
dst->interaction_ride_index = src->interaction_ride_index;
dst->id = src->id;
dst->cash_in_pocket = src->cash_in_pocket;
dst->CashInPocket = src->cash_in_pocket;
dst->CashSpent = src->cash_spent;
dst->TimeInPark = src->time_in_park;