1
0
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:
Aaron van Geffen
2025-08-13 21:10:51 +02:00
parent 94f40e46ef
commit 7b161c74ff
6 changed files with 8 additions and 7 deletions

View File

@@ -942,7 +942,7 @@ namespace OpenRCT2
}
}
}
cs.ReadWrite(gameState.historicalProfit);
cs.ReadWrite(gameState.park.historicalProfit);
// Marketing
cs.ReadWriteVector(gameState.marketingCampaigns, [&cs](MarketingCampaign& campaign) {