mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Bug 5066 - Plasmagun and BFG don't play the explosion when they hit players, patch by Ensiform
This commit is contained in:
parent
cbd3c24542
commit
f011fe9914
1 changed files with 2 additions and 0 deletions
|
@ -2000,6 +2000,8 @@ void CG_MissileHitPlayer( int weapon, vec3_t origin, vec3_t dir, int entityNum )
|
|||
switch ( weapon ) {
|
||||
case WP_GRENADE_LAUNCHER:
|
||||
case WP_ROCKET_LAUNCHER:
|
||||
case WP_PLASMAGUN:
|
||||
case WP_BFG:
|
||||
#ifdef MISSIONPACK
|
||||
case WP_NAILGUN:
|
||||
case WP_CHAINGUN:
|
||||
|
|
Loading…
Reference in a new issue