mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Use the alt sound when stacking sneakers
This commit is contained in:
parent
f701c11daa
commit
009b47bd6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue