Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Map/
H A DMapInfo.h209 unsigned int maxNodeDepth; member
H A DMapInfo.cpp425 qtpfsConsts.maxNodeDepth = qtpfsTable.GetInt("maxNodeDepth", 16); in ReadPFSConstants()
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.cpp190 MAX_DEPTH = std::max(1u, mapInfo->pfs.qtpfs_constants.maxNodeDepth); in InitStatic()