r4718 - in trunk/data: qcsrc/server sound/weapons

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 10 12:19:49 EDT 2008


Author: div0
Date: 2008-10-10 12:19:49 -0400 (Fri, 10 Oct 2008)
New Revision: 4718

Added:
   trunk/data/sound/weapons/minstanexfire.ogg
Modified:
   trunk/data/qcsrc/server/w_minstanex.qc
Log:
use sound/weapons/minstanexfire.ogg


Modified: trunk/data/qcsrc/server/w_minstanex.qc
===================================================================
--- trunk/data/qcsrc/server/w_minstanex.qc	2008-10-10 16:12:42 UTC (rev 4717)
+++ trunk/data/qcsrc/server/w_minstanex.qc	2008-10-10 16:19:49 UTC (rev 4718)
@@ -5,7 +5,7 @@
 	float flying;
 	flying = IsFlying(self); // do this BEFORE to make the trace values from FireRailgunBullet last
 
-	W_SetupShot (self, '25 8 -4', TRUE, 5, "weapons/nexfire.wav");
+	W_SetupShot (self, '25 8 -4', TRUE, 5, "weapons/minstanexfire.wav");
 
 	yoda = 0;
 	damage_goodhits = 0;
@@ -161,7 +161,7 @@
 		precache_model ("models/weapons/g_minstanex.md3");
 		precache_model ("models/weapons/v_minstanex.md3");
 		precache_model ("models/weapons/w_minstanex.zym");
-		precache_sound ("weapons/nexfire.wav");
+		precache_sound ("weapons/minstanexfire.wav");
 		precache_sound ("weapons/neximpact.wav");
 		w_laser(WR_PRECACHE);
 	}

Added: trunk/data/sound/weapons/minstanexfire.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/minstanexfire.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the nexuiz-commits mailing list