mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-19 05:52:27 +01:00
Add missing compare
This should hopefully fail the test
This commit is contained in:
@@ -363,6 +363,7 @@ static void CompareSpriteDataVehicle(const Vehicle& left, const Vehicle& right)
|
|||||||
COMPARE_FIELD(colours_extended);
|
COMPARE_FIELD(colours_extended);
|
||||||
COMPARE_FIELD(seat_rotation);
|
COMPARE_FIELD(seat_rotation);
|
||||||
COMPARE_FIELD(target_seat_rotation);
|
COMPARE_FIELD(target_seat_rotation);
|
||||||
|
COMPARE_FIELD(BoatLocation);
|
||||||
COMPARE_FIELD(IsCrashedVehicle);
|
COMPARE_FIELD(IsCrashedVehicle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user