[quake3-commits] r2070 - trunk/code/cgame
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Thu Jul  7 19:14:31 EDT 2011
    
    
  
Author: thilo
Date: 2011-07-07 19:14:31 -0400 (Thu, 07 Jul 2011)
New Revision: 2070
Modified:
   trunk/code/cgame/cg_weapons.c
Log:
Bug 5066 - Plasmagun and BFG don't play the explosion when they hit players, patch by Ensiform
Modified: trunk/code/cgame/cg_weapons.c
===================================================================
--- trunk/code/cgame/cg_weapons.c	2011-07-07 23:13:20 UTC (rev 2069)
+++ trunk/code/cgame/cg_weapons.c	2011-07-07 23:14:31 UTC (rev 2070)
@@ -2000,6 +2000,8 @@
 	switch ( weapon ) {
 	case WP_GRENADE_LAUNCHER:
 	case WP_ROCKET_LAUNCHER:
+	case WP_PLASMAGUN:
+	case WP_BFG:
 #ifdef MISSIONPACK
 	case WP_NAILGUN:
 	case WP_CHAINGUN:
    
    
More information about the quake3-commits
mailing list