Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSPRESMO.cpp452 ResultNode *debugPtr1 = resultPath; in smooth_path2() local
457 dvecX = debugPtr2->node_x-debugPtr1->node_x; in smooth_path2()
458 dvecY = debugPtr2->node_y-debugPtr1->node_y; in smooth_path2()
464 err_when(!world.get_loc(debugPtr1->node_x+dvecX*dj, debugPtr1->node_y+dvecY*dj)->sailable()); in smooth_path2()
467 debugPtr1++; in smooth_path2()
794 ResultNode *debugPtr1 = resultPath; in smooth_path2() local
799 dvecX = debugPtr2->node_x-debugPtr1->node_x; in smooth_path2()
800 dvecY = debugPtr2->node_y-debugPtr1->node_y; in smooth_path2()
805 err_when(!world.get_loc(debugPtr1->node_x+dvecX*dj, debugPtr1->node_y+dvecY*dj)->sailable()); in smooth_path2()
808 debugPtr1++; in smooth_path2()
H A DOSPATH.cpp154 ResultNode *debugPtr1 = nodeArray; in debug_check_sailable_path() local
159 dvecX = debugPtr2->node_x-debugPtr1->node_x; in debug_check_sailable_path()
160 dvecY = debugPtr2->node_y-debugPtr1->node_y; in debug_check_sailable_path()
165 err_when(!world.get_loc(debugPtr1->node_x+dvecX*dj, debugPtr1->node_y+dvecY*dj)->sailable()); in debug_check_sailable_path()
168 debugPtr1++; in debug_check_sailable_path()