mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 01:52:32 +01:00
Use GetLocation in more places
This commit is contained in:
@@ -109,7 +109,7 @@ protected:
|
||||
peep->PerformNextAction(pathingResult);
|
||||
++step;
|
||||
|
||||
*pos = TileCoordsXYZ(CoordsXYZ(peep->x, peep->y, peep->z));
|
||||
*pos = TileCoordsXYZ(peep->GetLocation());
|
||||
|
||||
EXPECT_PRED_FORMAT1(AssertIsNotForbiddenPosition, *pos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user