mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Refactor peep struct
This commit is contained in:
committed by
Michael Steenbeek
parent
453855993d
commit
cdec457abd
@@ -892,7 +892,7 @@ void path_paint(paint_session* session, uint16_t height, const TileElement* tile
|
||||
|
||||
if (!is_staff_list)
|
||||
{
|
||||
rct_peep* staff = GET_PEEP(staffIndex);
|
||||
Peep* staff = GET_PEEP(staffIndex);
|
||||
if (!staff_is_patrol_area_set(staff->staff_id, x, y))
|
||||
{
|
||||
patrolColour = COLOUR_GREY;
|
||||
|
||||
Reference in New Issue
Block a user