Use the alt sound when stacking sneakers

This commit is contained in:
Sally Coolatta 2020-06-06 03:04:30 -04:00
parent f701c11daa
commit 009b47bd6a

View file

@ -3928,9 +3928,9 @@ void K_DoSneaker(player_t *player, INT32 type)
const sfxenum_t smallsfx = sfx_cdfm40; const sfxenum_t smallsfx = sfx_cdfm40;
sfxenum_t sfx = normalsfx; sfxenum_t sfx = normalsfx;
if (player->kartstuff[k_speedboost] > (intendedboost/2)) if (player->kartstuff[k_numsneakers])
{ {
// Use a less annoying sound when the booster will just sustain your current speed. // Use a less annoying sound when stacking sneakers.
sfx = smallsfx; sfx = smallsfx;
} }