mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Rename Peep:no_action_frame_num to NoActionFrameNum
This commit is contained in:
@@ -243,7 +243,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
COMPARE_FIELD(pathfind_history[i].z);
|
||||
COMPARE_FIELD(pathfind_history[i].direction);
|
||||
}
|
||||
COMPARE_FIELD(no_action_frame_num);
|
||||
COMPARE_FIELD(NoActionFrameNum);
|
||||
COMPARE_FIELD(LitterCount);
|
||||
COMPARE_FIELD(TimeOnRide);
|
||||
COMPARE_FIELD(DisgustingCount);
|
||||
|
||||
Reference in New Issue
Block a user