Home
last modified time | relevance | path

Searched refs:neighbourDir (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.cpp190 for (uint8_t neighbourDir = 0; !onZoneEdge && neighbourDir <= 7; neighbourDir++) in IsLocationOnPatrolEdge() local
192 auto neighbourPos = loc + CoordsDirectionDelta[neighbourDir]; in IsLocationOnPatrolEdge()