diff --git a/src/p_spec.c b/src/p_spec.c index 103b31aa..f67b3939 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -3853,6 +3853,13 @@ DoneSection2: player->powers[pw_flashing] = TICRATE/3; S_StartSound(player->mo, sfx_spdpad); + + { + sfxenum_t pick = P_RandomKey(2); // Gotta roll the RNG every time this is called for sync reasons + if (cv_kartvoices.value) + S_StartSound(player->mo, sfx_kbost1+pick); + //K_TauntVoiceTimers(player); + } } break;