Home
last modified time | relevance | path

Searched refs:trace_check_obstacle (Results 1 – 2 of 2) sorted by last modified time

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dseek_path.cpp73 bool SeekPath::trace_check_obstacle(bool &turned, MapCoord &line, sint32 &deltax, sint32 &deltay, s… in trace_check_obstacle() function in Ultima::Nuvie::SeekPath
124 } else if (trace_check_obstacle(bend, line, deltax, deltay, xdir, ydir, scan)) in trace_obstacle()
H A Dseek_path.h43 …bool trace_check_obstacle(bool &turned, MapCoord &line, sint32 &deltax, sint32 &deltay, sint32 &xd…