[nexuiz-commits] r7024 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 13 13:09:26 EDT 2009


Author: div0
Date: 2009-06-13 13:09:26 -0400 (Sat, 13 Jun 2009)
New Revision: 7024

Modified:
   trunk/data/qcsrc/client/damage.qc
Log:
don't display any damage for tuba, but hdie the warning


Modified: trunk/data/qcsrc/client/damage.qc
===================================================================
--- trunk/data/qcsrc/client/damage.qc	2009-06-13 17:03:14 UTC (rev 7023)
+++ trunk/data/qcsrc/client/damage.qc	2009-06-13 17:09:26 UTC (rev 7024)
@@ -242,6 +242,8 @@
 				else if(r < 0.5)
 					sound(self, CHAN_PROJECTILE, "weapons/ric3.wav", VOL_BASE, ATTN_NORM);
 				break;
+			case WEP_TUBA:
+				break;
 			default:
 				dprint("Unhandled damage of weapon ", ftos(hitwep), "\n");
 				break;



More information about the nexuiz-commits mailing list