From e3989a922013dafc29e07a77255997b8c44a9720 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Tue, 15 Jul 2025 20:33:38 -0300 Subject: [PATCH] Use the weapon pickup sound for team flags --- code/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/bg_misc.c b/code/game/bg_misc.c index 767cc7e..5b80510 100644 --- a/code/game/bg_misc.c +++ b/code/game/bg_misc.c @@ -626,7 +626,7 @@ Only in CTF games */ { "team_CTF_redflag", - NULL, + "sound/misc/w_pkup.wav", { "models/flags/r_flag.md3", NULL, NULL, NULL }, /* icon */ "icons/iconf_red1", @@ -643,7 +643,7 @@ Only in CTF games */ { "team_CTF_blueflag", - NULL, + "sound/misc/w_pkup.wav", { "models/flags/b_flag.md3", NULL, NULL, NULL }, /* icon */ "icons/iconf_blu1",