]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Put the regurgitate_prepare sound on a different channel than the regurgitate sound...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 00:33:44 +0000 (03:33 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 00:33:44 +0000 (03:33 +0300)
data/qcsrc/server/vore.qc

index 1296b01595e5af5ed57d0f3194cf31a59f37af32..00d21e15624af1e2a73d9cb33aed2f72b42a8d1c 100644 (file)
@@ -332,7 +332,7 @@ void Vore()
                        if(time > self.regurgitate_button_delay)\r
                        {\r
                                self.regurgitate_prepare = time + cvar("g_balance_vore_regurgitate_delay");\r
-                               PlayerSound(self, playersound_regurgitate_prepare, CHAN_PAIN, VOICETYPE_PLAYERSOUND);\r
+                               PlayerSound(self, playersound_regurgitate_prepare, CHAN_VOICE, VOICETYPE_PLAYERSOUND);\r
                                self.regurgitate_button_delay = time + button_delay;\r
                        }\r
                }\r