Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp6435 static uint8_t tcollbitmap[(MAXSECTORS+7)>>3]; in overheadeditor() local
6439 Bmemset(tcollbitmap, 0, sizeof(tcollbitmap)); in overheadeditor()
6451 tcollbitmap[m] |= collsectbitmap[0][m]; in overheadeditor()
6459 if (tcollbitmap[i>>3]&pow2char[i&7]) in overheadeditor()