1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-18 05:22:42 +01:00

Add missing compare

This should hopefully fail the test
This commit is contained in:
duncanspumpkin
2021-06-08 07:46:56 +01:00
parent 92cc559cf3
commit 08bd6080fd

View File

@@ -363,6 +363,7 @@ static void CompareSpriteDataVehicle(const Vehicle& left, const Vehicle& right)
COMPARE_FIELD(colours_extended);
COMPARE_FIELD(seat_rotation);
COMPARE_FIELD(target_seat_rotation);
COMPARE_FIELD(BoatLocation);
COMPARE_FIELD(IsCrashedVehicle);
}