1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Move track design appearance to its own struct

This commit is contained in:
Gymnasiast
2024-07-02 18:50:12 +02:00
parent 2c6491f34a
commit 2c7d2fff7c
28 changed files with 200 additions and 172 deletions

View File

@@ -1322,7 +1322,7 @@ namespace OpenRCT2
// Colours
cs.ReadWrite(ride.entrance_style);
cs.ReadWrite(ride.colour_scheme_type);
cs.ReadWrite(ride.vehicleColourSettings);
cs.ReadWriteArray(ride.track_colour, [&cs](TrackColour& tc) {
cs.ReadWrite(tc.main);
cs.ReadWrite(tc.additional);