1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Move .samePriceThroughoutPark into ParkData struct

This commit is contained in:
Aaron van Geffen
2025-08-13 22:34:13 +02:00
parent e300ca8277
commit 1c361dd508
8 changed files with 9 additions and 9 deletions

View File

@@ -912,7 +912,7 @@ namespace OpenRCT2
cs.ReadWrite(gameState.park.staffHandymanColour);
cs.ReadWrite(gameState.park.staffMechanicColour);
cs.ReadWrite(gameState.park.staffSecurityColour);
cs.ReadWrite(gameState.samePriceThroughoutPark);
cs.ReadWrite(gameState.park.samePriceThroughoutPark);
// Finances
if (cs.GetMode() == OrcaStream::Mode::READING)