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

Rename Peep::step_progress to StepProgress

This commit is contained in:
Tulio Leao
2020-06-07 20:00:07 -03:00
parent 71531445bb
commit c953da800a
7 changed files with 8 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(action_sprite_image_offset);
COMPARE_FIELD(action);
COMPARE_FIELD(action_frame);
COMPARE_FIELD(step_progress);
COMPARE_FIELD(StepProgress);
COMPARE_FIELD(GuestNextInQueue);
COMPARE_FIELD(MazeLastEdge);
COMPARE_FIELD(InteractionRideIndex);