1
0
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:
Tulio Leao
2020-05-31 17:34:49 -03:00
committed by Gymnasiast
parent 0933cd4e57
commit f2808eecbe
10 changed files with 14 additions and 14 deletions

View File

@@ -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);