Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Drouting.cpp1335 …const int extAdjCeiling = (z < PATHFINDING_HEIGHT - 1) ? rtd->routing.getCeiling(rtd->actorSize, a… in RT_UpdateConnection() local
1351 if (adjCeiling == 0 && (extAdjCeiling == 0 || ceiling == 0)) { in RT_UpdateConnection()