1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Rename Peep::thoughts to Thoughts

This commit is contained in:
Tulio Leao
2020-06-06 10:03:58 -03:00
parent f21ddb0723
commit e08c1b44b2
12 changed files with 64 additions and 64 deletions

View File

@@ -278,7 +278,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
COMPARE_FIELD(Peep, previous_ride_time_out);
for (int i = 0; i < PEEP_MAX_THOUGHTS; i++)
{
COMPARE_FIELD(Peep, thoughts[i]);
COMPARE_FIELD(Peep, Thoughts[i]);
}
COMPARE_FIELD(Peep, PathCheckOptimisation);
COMPARE_FIELD(Peep, GuestHeadingToRideId);