Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp34 #define RT_SAREA(path, x, y, z, state) ((path)->areaStored[(state)][(z)][(y)][(x)]) macro
732 return RT_SAREA(path, to[0], to[1], to[2], crouchingState); in Grid_MoveLength()