mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Move .historicalProfit into ParkData struct
This commit is contained in:
@@ -942,7 +942,7 @@ namespace OpenRCT2
|
||||
}
|
||||
}
|
||||
}
|
||||
cs.ReadWrite(gameState.historicalProfit);
|
||||
cs.ReadWrite(gameState.park.historicalProfit);
|
||||
|
||||
// Marketing
|
||||
cs.ReadWriteVector(gameState.marketingCampaigns, [&cs](MarketingCampaign& campaign) {
|
||||
|
||||
Reference in New Issue
Block a user