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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user