Home
last modified time | relevance | path

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

/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddoomdata.h255 #define BTF_NOTCOOPERATIVE 0x0040 // (TF_SINGLE|TF_DEATHMATCH) macro
H A Dp_setup.cpp594 if (flags & BTF_NOTCOOPERATIVE) mt2.flags &= ~MTF_COOPERATIVE; in P_LoadThings()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddoomdata.h413 BTF_NOTCOOPERATIVE = 0x0040, // (TF_SINGLE|TF_DEATHMATCH) enumerator
H A Dp_setup.cpp1780 if (flags & BTF_NOTCOOPERATIVE) mti[i].flags &= ~MTF_COOPERATIVE; in P_LoadThings()