Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_scene_geometry.cpp425 bool intFoundTmp = false; in getHeightAt() local
443 if (!intFoundTmp || ABS(ret - pos.y()) > ABS(intersection.y() - pos.y())) { in getHeightAt()
447 intFoundTmp = true; in getHeightAt()
453 *intFound = intFoundTmp; in getHeightAt()