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

Rename Peep::time_lost to TimeLost

This commit is contained in:
Tulio Leao
2020-05-13 23:22:08 -03:00
parent a216cb9930
commit 589a7a48be
8 changed files with 15 additions and 15 deletions

View File

@@ -259,7 +259,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(voucher_arguments);
COMPARE_FIELD(surroundings_thought_timeout);
COMPARE_FIELD(angriness);
COMPARE_FIELD(time_lost);
COMPARE_FIELD(TimeLost);
COMPARE_FIELD(DaysInQueue);
COMPARE_FIELD(BalloonColour);
COMPARE_FIELD(UmbrellaColour);