mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Fix path find history logs
This commit is contained in:
@@ -249,7 +249,10 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Peep, PathfindGoal);
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
COMPARE_FIELD(Peep, PathfindHistory[i]);
|
||||
COMPARE_FIELD(Peep, PathfindHistory[i].x);
|
||||
COMPARE_FIELD(Peep, PathfindHistory[i].y);
|
||||
COMPARE_FIELD(Peep, PathfindHistory[i].z);
|
||||
COMPARE_FIELD(Peep, PathfindHistory[i].direction);
|
||||
}
|
||||
COMPARE_FIELD(Peep, WalkingFrameNum);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user