1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Rename Peep::path_check_optimisation to PathCheckOptimisation

This commit is contained in:
Tulio Leao
2020-05-31 18:28:20 -03:00
committed by Gymnasiast
parent 6dc08afdd0
commit fabdb8cdef
8 changed files with 12 additions and 12 deletions

View File

@@ -227,7 +227,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(thoughts[i].freshness);
COMPARE_FIELD(thoughts[i].fresh_timeout);
}
COMPARE_FIELD(path_check_optimisation);
COMPARE_FIELD(PathCheckOptimisation);
COMPARE_FIELD(GuestHeadingToRideId);
COMPARE_FIELD(StaffOrders);
COMPARE_FIELD(Photo1RideRef);