mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Use real values for gGuestsInParkHistory
This commit is contained in:
@@ -647,7 +647,7 @@ namespace OpenRCT2
|
||||
return true;
|
||||
});
|
||||
|
||||
cs.ReadWriteArray(gGuestsInParkHistory, [&cs](uint8_t& value) {
|
||||
cs.ReadWriteArray(gGuestsInParkHistory, [&cs](uint32_t& value) {
|
||||
cs.ReadWrite(value);
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user