Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.cpp77 const uint16_t MAX_LITTER_DISTANCE = 3 * COORDS_XY_STEP; variable
455 if (nearestLitterDist > MAX_LITTER_DISTANCE) in HandymanDirectionToNearestLitter()