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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user