Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp3573 int32_t olen[2] = {0, 0}, dragwall[2] = {-1, -1}; in overheadeditor() local
5755 if (dragwall[i] < 0) in overheadeditor()
5761 j = dragwall[i]; in overheadeditor()
5764 for (YAX_ITER_WALLS(dragwall[i], j, cf)) in overheadeditor()
5786 dragwall[0] = dragwall[1] = -1; in overheadeditor()
5871 dragwall[0] = lastwall(pointhighlight); in overheadeditor()
5872 dragwall[1] = pointhighlight; in overheadeditor()
5873 olen[0] = wallength(dragwall[0]); in overheadeditor()
5874 olen[1] = wallength(dragwall[1]); in overheadeditor()