mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Rework rct_vehicle_colour (#16051)
* Remove rct_vehicle_colour and replace with VehicleColour * Update network version * Update replay version
This commit is contained in:
@@ -452,7 +452,6 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Vehicle, mini_golf_current_animation);
|
||||
COMPARE_FIELD(Vehicle, mini_golf_flags);
|
||||
COMPARE_FIELD(Vehicle, ride_subtype);
|
||||
COMPARE_FIELD(Vehicle, colours_extended);
|
||||
COMPARE_FIELD(Vehicle, seat_rotation);
|
||||
COMPARE_FIELD(Vehicle, target_seat_rotation);
|
||||
COMPARE_FIELD(Vehicle, BoatLocation.x);
|
||||
|
||||
Reference in New Issue
Block a user