mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Update map tile loop to support large maps
This commit is contained in:
@@ -380,9 +380,8 @@ namespace OpenRCT2
|
||||
|
||||
cs.ReadWrite(gLandPrice);
|
||||
cs.ReadWrite(gConstructionRightsPrice);
|
||||
cs.ReadWrite(gGrassSceneryTileLoopPosition); // TODO (this needs to be xy32)
|
||||
cs.ReadWrite(gWidePathTileLoopX);
|
||||
cs.ReadWrite(gWidePathTileLoopY);
|
||||
cs.ReadWrite(gGrassSceneryTileLoopPosition);
|
||||
cs.ReadWrite(gWidePathTileLoopPosition);
|
||||
|
||||
ReadWriteRideRatingCalculationData(cs, gRideRatingsCalcData);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user