Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Ditem.cpp680 int32 otherXmin, otherYmin, otherZmax; in getRange() local
691 otherXmin = otherX - otherXd; in getRange()
699 if (otherXmin - thisX > range) in getRange()
702 range = otherXmin - thisX; in getRange()
2367 int32 otherXmin, otherYmin; in canReach() local
2382 otherXmin = otherX - otherXd; in canReach()
2387 if (otherXmin - thisX > range) return false; in canReach()