Home
last modified time | relevance | path

Searched refs:MT_IMP (Results 1 – 16 of 16) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_heretic.c251 { 66, MT_UNDEAD, MT_IMP }, // IMP (monster flying)
H A Dp_map.c586 if((tm_thing->type == MT_IMP || tm_thing->type == MT_WIZARD) in PIT_CheckThing()
587 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h2898 MT_IMP, // IMP (monster flying) enumerator
H A Dp_enemy.c642 || actor->type == MT_IMP) // heretic monster in P_CheckMissileRange()
/dports/games/heretic/glheretic-1.2/
H A Dp_map.c293 if((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
294 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1473 MT_IMP, enumerator
H A Dp_enemy.c206 if(actor->type == MT_IMP) in P_CheckMissileRange()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_map.c358 if ((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
359 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1507 MT_IMP, enumerator
H A Dp_enemy.c221 if (actor->type == MT_IMP) in P_CheckMissileRange()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_map.c335 if ((tmthing->type == MT_IMP || tmthing->type == MT_WIZARD) in PIT_CheckThing()
336 && (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
H A Dinfo.h1507 MT_IMP, enumerator
H A Dp_enemy.c215 if (actor->type == MT_IMP) in P_CheckMissileRange()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dinfo.h1508 MT_IMP, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_map.cpp442 if((tmThing->type == MT_IMP || tmThing->type == MT_WIZARD) && in PIT_CheckThing()
443 (thing->type == MT_IMP || thing->type == MT_WIZARD)) in PIT_CheckThing()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_enemy.c137 if(actor->type == MT_IMP) in P_CheckMissileRange()