]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
The sound is called unavailable, not dryfire
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 28 Feb 2011 15:38:03 +0000 (17:38 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 28 Feb 2011 15:38:03 +0000 (17:38 +0200)
data/qcsrc/server/cl_weaponsystem.qc

index 4a3cea8f4b1fece44783b8dd2ee0a5485b739af8..f5dab95734ba51b05773aec973f0fd5a905be392 100644 (file)
@@ -994,7 +994,7 @@ float weapon_prepareattack_checkammo(float secondary)
        {\r
                if(self.weapon == self.switchweapon && time - self.prevdryfire > 1) // only play once BEFORE starting to switch weapons\r
                {\r
-                       sound (self, CHAN_AUTO, "weapons/dryfire.wav", VOL_BASE, ATTN_NORM);\r
+                       sound (self, CHAN_AUTO, "weapons/unavailable.wav", VOL_BASE, ATTN_NORM);\r
                        self.prevdryfire = time;\r
                }\r
 \r