Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp267 …const int fallingHeight = PATHFINDING_MAX_FALL;/**<This is the maximum height that an actor can fa… in checkWalkingDirections() local
361 if (heightChange < -fallingHeight && !hasLadderSupport) { in checkWalkingDirections()