]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Set the proper voice types in code
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index b882260800b8afbb094f8eed12c58d27fb79c2fe..448fb8d33c525e38fecdeacf8a669eb280daa03d 100644 (file)
@@ -2639,8 +2639,11 @@ void PlayerPreThink (void)
                        case TAUNTTYPE_DEATH:\r
                                PlayerSound(self, playersound_taunt, CHAN_VOICE, VOICETYPE_AUTOTAUNT);\r
                                break;\r
-                       case TAUNTTYPE_VORE:\r
-                               PlayerSound(self, playersound_taunt, CHAN_VOICE, VOICETYPE_AUTOTAUNT); // change this properly\r
+                       case TAUNTTYPE_VOREPRED:\r
+                               PlayerSound(self, playersound_pred, CHAN_VOICE, VOICETYPE_AUTOTAUNT); // change this properly\r
+                               break;\r
+                       case TAUNTTYPE_VOREPREY:\r
+                               PlayerSound(self, playersound_prey, CHAN_VOICE, VOICETYPE_AUTOTAUNT); // change this properly\r
                                break;\r
                        default:\r
                                dprint("Incorrect autotaunt type\n");\r