Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dmobj.h160 MT_BARREL, enumerator
H A Dframes.cc235 { MT_BARREL, S_BAR1, S_BEXP5, -1,-1 },
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_things.cpp169 MT_BARREL,
H A Dinfo.h1300 MT_BARREL, enumerator
H A Dp_enemy.cpp1880 case MT_BARREL: in A_Explode()
H A Dp_map.cpp2784 if (bombspot->type == MT_BARREL || thing->type == MT_BARREL || in PIT_ZDoomRadiusAttack()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Db_look.c326 else if( (mo->type == MT_BARREL) || (mo->type == MT_POD) || (mo->flags & MF_TOUCHY) ) in B_LookForThings()
331 if( regulate(p->mo, MT_BARREL, 4*TICRATE, 15*TICRATE ) ) // 0..255 in B_LookForThings()
H A Dp_heretic.c263 { 2035, MT_BARREL, MT_POD }, // POD (exploding)
H A Dp_inter.c1617 if (source->type == MT_BARREL) in P_DeathMessages()
1746 if ((target->type == MT_BARREL || target->type == MT_POD) in P_KillMobj()
H A Db_game.c689 if( (dest->type == MT_BARREL) || (dest->type == MT_POD) || (dest->flags & MF_TOUCHY) ) in B_AimWeapon()
H A Dinfo.h2653 MT_BARREL, enumerator
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_inter.c772 target->type == MT_BARREL) in P_KillMobj()
H A Dinfo.h1283 MT_BARREL, enumerator
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dinfo.h1190 MT_BARREL, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Doldinfo.h1192 MT_BARREL, enumerator
H A Dinfo.h1191 MT_BARREL, // 030 enumerator
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dinfo.h1324 MT_BARREL, enumerator
/dports/games/prboom/prboom-2.5.0/src/
H A Dinfo.h1308 MT_BARREL, enumerator
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dinfo.h1308 MT_BARREL, enumerator
/dports/games/heretic/glheretic-1.2/
H A Dinfo.h1388 MT_BARREL, enumerator
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dinfo.h1421 MT_BARREL, enumerator
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dinfo.h1421 MT_BARREL, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dinfo.h1157 MT_BARREL, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dinfo.h1423 MT_BARREL, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dp_enemy.c2096 if(actor->type != MT_BARREL) in A_BarrelExplode()