Home
last modified time | relevance | path

Searched refs:itemrespawnque (Results 1 – 19 of 19) sorted by relevance

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_mobj.c691 mapthing_t itemrespawnque[ITEMQUESIZE]; variable
702 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
709 short type = itemrespawnque[iquehead].type; in P_RemoveMobj()
710 short options = itemrespawnque[iquehead].options; in P_RemoveMobj()
713 itemrespawnque[iquehead].type = itemrespawnque[iquetail].type; in P_RemoveMobj()
714 itemrespawnque[iquehead].options = itemrespawnque[iquetail].options; in P_RemoveMobj()
715 itemrespawnque[iquetail].type = type; in P_RemoveMobj()
716 itemrespawnque[iquetail].options = options; in P_RemoveMobj()
768 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
H A Dp_local.h107 extern mapthing_t itemrespawnque[ITEMQUESIZE];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_mobj.c691 mapthing_t itemrespawnque[ITEMQUESIZE]; variable
702 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
709 short type = itemrespawnque[iquehead].type; in P_RemoveMobj()
710 short options = itemrespawnque[iquehead].options; in P_RemoveMobj()
713 itemrespawnque[iquehead].type = itemrespawnque[iquetail].type; in P_RemoveMobj()
714 itemrespawnque[iquehead].options = itemrespawnque[iquetail].options; in P_RemoveMobj()
715 itemrespawnque[iquetail].type = type; in P_RemoveMobj()
716 itemrespawnque[iquetail].options = options; in P_RemoveMobj()
768 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
H A Dp_local.h107 extern mapthing_t itemrespawnque[ITEMQUESIZE];
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_mobj.c578 mapthing_t itemrespawnque[ITEMQUESIZE]; variable
591 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
640 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
H A Dp_local.h98 extern mapthing_t itemrespawnque[ITEMQUESIZE];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_local.h102 extern mapthing_t itemrespawnque[ITEMQUESIZE];
H A Dp_mobj.c732 mapthing_t itemrespawnque[ITEMQUESIZE]; variable
745 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
803 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_mobj.c879 static mapthing_t itemrespawnque[ITEMQUESIZE]; variable
896 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
1006 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_mobj.c886 static mapthing_t itemrespawnque[ITEMQUESIZE]; variable
903 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
1013 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_mobj.c924 static mapthing_t itemrespawnque[ITEMQUESIZE]; variable
941 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
1051 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_mobj.c2204 mapthing_t *itemrespawnque[ITEMQUESIZE]; variable
2218 itemrespawnque[iquehead] = mobj->spawnpoint; // mapthing or Extra_MapThing in P_RemoveMobj()
2297 mthing = itemrespawnque[iquetail]; in P_RespawnSpecials()
2422 mthing = itemrespawnque[j]; in P_RespawnWeapons()
2429 itemrespawnque[freeslot] = itemrespawnque[j]; in P_RespawnWeapons()
H A Dp_local.h222 extern mapthing_t *itemrespawnque[ITEMQUESIZE];
H A Dp_saveg.c2738 WRITE_MAPTHING_PTR( itemrespawnque[i] ); in P_ArchiveSpecials()
2761 itemrespawnque[iquehead] = &mapthings[i]; in P_UnArchiveSpecials()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_local.h101 extern mapthing2_t itemrespawnque[ITEMQUESIZE];
H A Dp_mobj.cpp72 mapthing2_t itemrespawnque[ITEMQUESIZE];
391 itemrespawnque[iquehead] = spawnpoint; in Destroy()
2127 mthing = &itemrespawnque[iquetail]; in P_RespawnSpecials()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_local.h274 extern mapthing_t *itemrespawnque[ITEMQUESIZE];
H A Dp_saveg.c3951 if (&mapthings[z] == itemrespawnque[i]) in P_NetArchiveSpecials()
3991 itemrespawnque[iquehead] = &mapthings[i]; in P_NetUnArchiveSpecials()
H A Dp_mobj.c10901 mapthing_t *itemrespawnque[ITEMQUESIZE]; variable
10928 itemrespawnque[iquehead] = mobj->spawnpoint; in P_RemoveMobj()
11283 mthing = itemrespawnque[iquetail]; in P_RespawnSpecials()