1
0
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:
Ted John
2021-04-25 16:23:59 +01:00
parent 6db0c01fdc
commit f0ee6de5fc
6 changed files with 35 additions and 13 deletions

View File

@@ -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;
});