Home
last modified time | relevance | path

Searched refs:RW_EXPLODE (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_player.h312 RW_EXPLODE = 16, enumerator
H A Ddeh_tables.c5001 {"RW_EXPLODE",RW_EXPLODE},
H A Dp_inter.c3933 else if (player->ringweapons & RW_EXPLODE) // Explode in P_PlayerWeaponPanelBurst()
3936 player->ringweapons &= ~RW_EXPLODE; in P_PlayerWeaponPanelBurst()
4141 DROP_WEAPON(RW_EXPLODE, MT_EXPLODEPICKUP, MT_EXPLOSIONRING, pw_explosionring); in P_PlayerWeaponPanelOrAmmoBurst()
H A Dst_stuff.c2183 ST_drawWeaponRing(pw_explosionring, RW_EXPLODE, WEP_EXPLODE, offset + 100, y, explosionring); in ST_drawMatchHUD()
H A Dp_user.c12471 …if (player->currentweapon == WEP_EXPLODE && (!(player->ringweapons & RW_EXPLODE) || !player->power… in P_PlayerAfterThink()
12523 if ((player->ringweapons & RW_EXPLODE) && player->powers[pw_explosionring]) in P_PlayerAfterThink()
12552 …if (player->currentweapon == WEP_EXPLODE && (!(player->ringweapons & RW_EXPLODE) || !player->power… in P_PlayerAfterThink()