From 08bd6080fdfd7ea4fde3d82a2022c87143a4bc3f Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Tue, 8 Jun 2021 07:46:56 +0100 Subject: [PATCH] Add missing compare This should hopefully fail the test --- test/tests/S6ImportExportTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/S6ImportExportTests.cpp b/test/tests/S6ImportExportTests.cpp index 3f27396092..c1d9bff4e7 100644 --- a/test/tests/S6ImportExportTests.cpp +++ b/test/tests/S6ImportExportTests.cpp @@ -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); }