Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp1752 int16_t *const otonwall = ((int16_t *)tempxyar) + MAXWALLS; in backup_highlighted_map() local
1786 otonwall[m] = k++; in backup_highlighted_map()
1793 otonwall[m] = -1; in backup_highlighted_map()
1908 const int32_t nynw = (ynw >= 0) ? otonwall[ynw] : -1; in backup_highlighted_map()
1928 mapinfo->wall[tmpnumwalls+j].nextwall = otonwall[m]; in backup_highlighted_map()
4251 int16_t *const otonwall = onextwall; // OK, since we make old-nextwalls invalid in overheadeditor() local
4258 otonwall[j] = j; in overheadeditor()
4325 otonwall[startofloop+w] = endofloop-w+1; in overheadeditor()
4326 otonwall[endofloop-w+1] = startofloop+w; in overheadeditor()
4371 wall[j].nextwall = otonwall[wall[j].nextwall]; in overheadeditor()
[all …]