Home
last modified time | relevance | path

Searched refs:comp_skull (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomstat.h87 comp_skull, enumerator
H A Dm_misc.c263 …{"comp_skull",{&default_comp[comp_skull], NULL},{0, NULL},0,1,def_bool,ss_comp,&comp[comp_skull], …
H A Dp_enemy.c1989 if (comp[comp_skull]) /* killough 10/98: compatibility-optioned */ in A_PainShootSkull()
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomstat.h92 comp_skull, enumerator
H A Dm_misc.c276 {"comp_skull",{&default_comp[comp_skull]},{0},0,1,def_bool,ss_comp,&comp[comp_skull]},
H A Dp_enemy.c1972 if (comp[comp_skull]) /* killough 10/98: compatibility-optioned */ in A_PainShootSkull()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomstat.h95 comp_skull, enumerator
H A Dm_misc.c347 {"comp_skull",{&default_comp[comp_skull]},{0},0,1,def_bool,ss_comp,&comp[comp_skull]},
H A Dp_enemy.c2004 if (comp[comp_skull]) /* killough 10/98: compatibility-optioned */ in A_PainShootSkull()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_game.c300 comp_skull, enumerator
3907 EN_old_pain_spawn = comp[comp_skull]; in G_DoPlayDemo()