Home
last modified time | relevance | path

Searched refs:SPR_FBMB (Results 1 – 14 of 14) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dinfo.c118 {SPR_FBMB, 4, 350, NULL, S_ARTI_FBMB1, 0, 0}, // S_ARTI_FBMB1
119 {SPR_FBMB, 0, 10, NULL, S_FIREBOMB2, 0, 0}, // S_FIREBOMB1
120 {SPR_FBMB, 1, 10, NULL, S_FIREBOMB3, 0, 0}, // S_FIREBOMB2
121 {SPR_FBMB, 2, 10, NULL, S_FIREBOMB4, 0, 0}, // S_FIREBOMB3
122 {SPR_FBMB, 3, 10, NULL, S_FIREBOMB5, 0, 0}, // S_FIREBOMB4
123 {SPR_FBMB, 4, 6, A_Scream, S_FIREBOMB6, 0, 0}, // S_FIREBOMB5
H A Dinfo.h39 SPR_FBMB, enumerator
H A Dp_inter.c745 case SPR_FBMB: // Arti_FireBomb in P_TouchSpecialThing()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dinfo.c118 {SPR_FBMB, 4, 350, NULL, S_ARTI_FBMB1, 0, 0}, // S_ARTI_FBMB1
119 {SPR_FBMB, 0, 10, NULL, S_FIREBOMB2, 0, 0}, // S_FIREBOMB1
120 {SPR_FBMB, 1, 10, NULL, S_FIREBOMB3, 0, 0}, // S_FIREBOMB2
121 {SPR_FBMB, 2, 10, NULL, S_FIREBOMB4, 0, 0}, // S_FIREBOMB3
122 {SPR_FBMB, 3, 10, NULL, S_FIREBOMB5, 0, 0}, // S_FIREBOMB4
123 {SPR_FBMB, 4, 6, A_Scream, S_FIREBOMB6, 0, 0}, // S_FIREBOMB5
H A Dinfo.h39 SPR_FBMB, enumerator
H A Dp_inter.c711 case SPR_FBMB: // Arti_FireBomb in P_TouchSpecialThing()
/dports/games/heretic/glheretic-1.2/
H A Dinfo.c228 {SPR_FBMB,4,350,{NULL},S_ARTI_FBMB1,0,0}, /* S_ARTI_FBMB1 */
229 {SPR_FBMB,0,10,{NULL},S_FIREBOMB2,0,0}, /* S_FIREBOMB1 */
230 {SPR_FBMB,1,10,{NULL},S_FIREBOMB3,0,0}, /* S_FIREBOMB2 */
231 {SPR_FBMB,2,10,{NULL},S_FIREBOMB4,0,0}, /* S_FIREBOMB3 */
232 {SPR_FBMB,3,10,{NULL},S_FIREBOMB5,0,0}, /* S_FIREBOMB4 */
233 {SPR_FBMB,4,6,{(actionf_p1)A_Scream},S_FIREBOMB6,0,0}, /* S_FIREBOMB5 */
H A Dinfo.h26 SPR_FBMB, enumerator
H A Dp_inter.c729 case SPR_FBMB: /* Arti_FireBomb */ in P_TouchSpecialThing()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dinfo.h56 SPR_FBMB, enumerator
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dinfo.c1179 { SPR_FBMB, 4, 350, {NULL} ,S_ARTI_FBMB1 }, // S_ARTI_FBMB1
1180 { SPR_FBMB, 0, 10, {NULL} ,S_FIREBOMB2 }, // S_FIREBOMB1
1181 { SPR_FBMB, 1, 10, {NULL} ,S_FIREBOMB3 }, // S_FIREBOMB2
1182 { SPR_FBMB, 2, 10, {NULL} ,S_FIREBOMB4 }, // S_FIREBOMB3
1183 { SPR_FBMB, 3, 10, {NULL} ,S_FIREBOMB5 }, // S_FIREBOMB4
1184 { SPR_FBMB, 4, 6, {A_HScream} ,S_FIREBOMB6 }, // S_FIREBOMB5
H A Dinfo.h224 SPR_FBMB, enumerator
H A Dp_inter.c1054 case SPR_FBMB: // Arti_FireBomb in P_TouchSpecialThing()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_inter.c558 { IT_ITEM_FIREBOMB, SPR_FBMB }, in getItemTypeBySprite()