Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddoomdef.h330COMPATF_MUSHROOM = 1 << 23, // Force original velocity calculations for A_Mushroom in Dehacked mo… enumerator
H A Dcompatibility.cpp136 { "mushroom", COMPATF_MUSHROOM, SLOT_COMPAT },
H A Dd_main.cpp576 v = COMPATF_TRACE|COMPATF_SOUNDTARGET|COMPATF_BOOMSCROLL|COMPATF_MISSILECLIP|COMPATF_MUSHROOM|
614 CVAR (Flag, compat_mushroom, compatflags, COMPATF_MUSHROOM);
H A Dg_mapinfo.cpp1319 { "compat_mushroom", MITYPE_COMPATFLAG, COMPATF_MUSHROOM, 0 },
/dports/games/zdoom/zdoom-2.8.1/src/g_doom/
H A Da_fatso.cpp161 (flags == 0 && (self->state->DefineFlags & SDF_DEHACKED) && (i_compatflags & COMPATF_MUSHROOM))) in DEFINE_ACTION_FUNCTION_PARAMS()