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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 11 16:03:57 EST 2009


Author: div0
Date: 2009-11-11 16:03:57 -0500 (Wed, 11 Nov 2009)
New Revision: 8272

Modified:
   trunk/data/qcsrc/client/tuba.qc
Log:
add comment


Modified: trunk/data/qcsrc/client/tuba.qc
===================================================================
--- trunk/data/qcsrc/client/tuba.qc	2009-11-11 20:25:44 UTC (rev 8271)
+++ trunk/data/qcsrc/client/tuba.qc	2009-11-11 21:03:57 UTC (rev 8272)
@@ -1,7 +1,7 @@
 //#define TUBA_STARTNOTE(n) strcat("weapons/tuba_startnote", ftos(n), ".wav")
 //#define TUBA_STOPNOTE(n) strcat("weapons/tuba_stopnote", ftos(n), ".wav")
 #define TUBA_STARTNOTE(n) strcat("weapons/tuba_note", ftos(n), ".wav")
-#define TUBA_STOPNOTE(n) ""
+#define TUBA_STOPNOTE(n) "" // this will be ignored (for actually stopping, use misc/null.wav)
 .float cnt; // note
 
 void Ent_TubaNote_UpdateSound()



More information about the nexuiz-commits mailing list