From: z411 <z411@omaera.org>
Date: Fri, 12 Mar 2021 18:24:19 +0000 (-0300)
Subject: Added clean CTF sounds
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=19c278c48fe1b124e90b7002adac50701d3d5503;p=xonotic%2Fxonotic-data.pk3dir.git

Added clean CTF sounds
---

diff --git a/qcsrc/common/sounds/all.inc b/qcsrc/common/sounds/all.inc
index 8e90cd799..d47e248b3 100644
--- a/qcsrc/common/sounds/all.inc
+++ b/qcsrc/common/sounds/all.inc
@@ -111,8 +111,8 @@ SOUND(WEAPONPICKUP_NEW_TOYS, W_Sound("weaponpickup_new_toys"));
 SOUND(WEAPON_SWITCH, W_Sound("weapon_switch"));
 
 SOUND(CTF_CAPTURE_NEUTRAL, "ctf/capture");
-SOUND(CTF_CAPTURE_RED, "ctf/red_capture");
-SOUND(CTF_CAPTURE_BLUE, "ctf/blue_capture");
+SOUND(CTF_CAPTURE_RED, "ctf/red_capture_clean");
+SOUND(CTF_CAPTURE_BLUE, "ctf/blue_capture_clean");
 SOUND(CTF_CAPTURE_YELLOW, "ctf/yellow_capture");
 SOUND(CTF_CAPTURE_PINK, "ctf/pink_capture");
 Sound SND_CTF_CAPTURE(int teamid) {
@@ -126,8 +126,8 @@ Sound SND_CTF_CAPTURE(int teamid) {
 }
 
 SOUND(CTF_DROPPED_NEUTRAL,  "ctf/neutral_dropped");
-SOUND(CTF_DROPPED_RED,      "ctf/red_dropped");
-SOUND(CTF_DROPPED_BLUE,     "ctf/blue_dropped");
+SOUND(CTF_DROPPED_RED,      "ctf/red_dropped_clean");
+SOUND(CTF_DROPPED_BLUE,     "ctf/blue_dropped_clean");
 SOUND(CTF_DROPPED_YELLOW,   "ctf/yellow_dropped");
 SOUND(CTF_DROPPED_PINK,     "ctf/pink_dropped");
 Sound SND_CTF_DROPPED(int teamid) {
@@ -144,8 +144,8 @@ SOUND(CTF_PASS, "ctf/pass");
 SOUND(CTF_RESPAWN, "ctf/flag_respawn");
 
 SOUND(CTF_RETURNED_NEUTRAL,  "ctf/return");
-SOUND(CTF_RETURNED_RED,      "ctf/red_returned");
-SOUND(CTF_RETURNED_BLUE,     "ctf/blue_returned");
+SOUND(CTF_RETURNED_RED,      "ctf/red_returned_clean");
+SOUND(CTF_RETURNED_BLUE,     "ctf/blue_returned_clean");
 SOUND(CTF_RETURNED_YELLOW,   "ctf/yellow_returned");
 SOUND(CTF_RETURNED_PINK,     "ctf/pink_returned");
 Sound SND_CTF_RETURNED(int teamid) {
@@ -159,8 +159,8 @@ Sound SND_CTF_RETURNED(int teamid) {
 }
 
 SOUND(CTF_TAKEN_NEUTRAL,  "ctf/neutral_taken");
-SOUND(CTF_TAKEN_RED,      "ctf/red_taken");
-SOUND(CTF_TAKEN_BLUE,     "ctf/blue_taken");
+SOUND(CTF_TAKEN_RED,      "ctf/red_taken_clean");
+SOUND(CTF_TAKEN_BLUE,     "ctf/blue_taken_clean");
 SOUND(CTF_TAKEN_YELLOW,   "ctf/yellow_taken");
 SOUND(CTF_TAKEN_PINK,     "ctf/pink_taken");
 Sound SND_CTF_TAKEN(int teamid) {