Merge branch 'with-you-in-the-dark' into 'master'

Update confirmation sound for using the tasteless taunt cheat

See merge request KartKrew/Kart!2223
This commit is contained in:
James R. 2024-04-04 07:14:58 +00:00
commit de651b6d6c
3 changed files with 3 additions and 1 deletions

View file

@ -207,7 +207,7 @@ void f_tastelesstaunts()
CV_SetValue(&cv_tastelesstaunts, !cv_tastelesstaunts.value);
if (cv_tastelesstaunts.value)
{
S_StartSound(NULL, sfx_kslow);
S_StartSound(NULL, sfx_d4getm);
}
else
{

View file

@ -1223,6 +1223,7 @@ sfxinfo_t S_sfx[NUMSFX] =
{"cdsprk", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "/"}, // Prison Egg CD sparkling
{"monch", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""},
{"etexpl", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Game crash"},
{"d4getm", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Don't forget me"},
{"iwhp", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Instawhip attack
{"gbrk", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Guard break!

View file

@ -1292,6 +1292,7 @@ typedef enum
sfx_cdsprk,
sfx_monch,
sfx_etexpl,
sfx_d4getm,
sfx_iwhp,
sfx_gbrk,