Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_spec.cpp984 static void CopyPortal(int sectortag, int plane, ASkyViewpoint *origin, fixed_t alpha, bool tolines) in CopyPortal() argument
987 FSectorTagIterator itr(sectortag); in CopyPortal()
1000 lines[j].args[3] == sectortag) in CopyPortal()
1018 void P_SpawnPortal(line_t *line, int sectortag, int plane, int alpha) in P_SpawnPortal() argument
1025 lines[i].args[0] == sectortag && in P_SpawnPortal()
1048 CopyPortal(sectortag, plane, reference, alpha, false); in P_SpawnPortal()