Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddoomdef.h282DF2_NO_FREEAIMBFG = 1 << 8, // Disallow BFG freeaiming. Prevents cheap BFG frags by aiming at flo… enumerator
H A Dd_main.cpp483 CVAR (Flag, sv_nobfgaim, dmflags2, DF2_NO_FREEAIMBFG);
/dports/games/zdoom/zdoom-2.8.1/src/g_doom/
H A Da_doomweaps.cpp569 … 0, 0, 0, PClass::FindClass("BFGBall"), self->angle, NULL, NULL, !!(dmflags2 & DF2_NO_FREEAIMBFG)); in DEFINE_ACTION_FUNCTION()