Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.cpp846 const INode* ngbR = nodes[(zmin() + 0) * gs->mapx + (xmax() + 0)]; in UpdateNeighborCache() local
851 if (ngbC != ngbR && ngbC != ngbT) { in UpdateNeighborCache()
852 if (ngbR->AllSquaresAccessible() && ngbT->AllSquaresAccessible()) { in UpdateNeighborCache()
862 const INode* ngbR = nodes[(zmax() - 1) * gs->mapx + (xmax() + 0)]; in UpdateNeighborCache() local
867 if (ngbC != ngbR && ngbC != ngbB) { in UpdateNeighborCache()
868 if (ngbR->AllSquaresAccessible() && ngbB->AllSquaresAccessible()) { in UpdateNeighborCache()