Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_trick.c99 nextElem = sector->sectorLines; in addLineToChain()
124 if(sector->sectorLines) in addLineToChain()
148 nextElem = sector->sectorLines; in releaseLineChains()
157 sector->sectorLines = NULL; in releaseLineChains()
176 nextElem = sector->sectorLines; in isPSectorValid()
345 chain = sector->sectorLines; in isVertexInside()
480 chain = sector->sectorLines; in calcLineoutLength()
541 nextElem = thisSector->sectorLines; in areToptexturesMissing()
597 nextElem = thisSector->sectorLines; in areBottomtexturesMissing()
657 nextElem = thisSector->sectorLines; in isCeilingFloating()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_defs.h441 linechain_t * sectorLines; member
H A Dp_setup.c744 ss->sectorLines = NULL; in P_LoadSectors()