mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Rename INVALID_DIRECTION to kInvalidDirection
This commit is contained in:
@@ -2988,5 +2988,5 @@ void Peep::Paint(PaintSession& session, int32_t imageDirection) const
|
||||
void Peep::ResetPathfindGoal()
|
||||
{
|
||||
PathfindGoal.SetNull();
|
||||
PathfindGoal.direction = INVALID_DIRECTION;
|
||||
PathfindGoal.direction = kInvalidDirection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user