Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h249 MF4_STRIFEDAMAGE = 0x00000100, // Strife projectiles only do up to 4x damage, not 8x enumerator
H A Dp_map.cpp1337 damage = tm.thing->GetMissileDamage((tm.thing->flags4 & MF4_STRIFEDAMAGE) ? 3 : 7, 1); in PIT_CheckThing()