Bounce sound

This commit is contained in:
yamamama 2026-02-04 00:51:07 -05:00
parent 1bb3df7435
commit 76f17ca97b
2 changed files with 6 additions and 0 deletions

View file

@ -1020,3 +1020,6 @@ _(rainbr)
// Horncode
_(horn00)
// Fastfall bounce
_(vclgna)

View file

@ -7033,6 +7033,9 @@ static void K_AirDrop(player_t *player, ticcmd_t *cmd)
{
S_StopSoundByID(player->mo, sfx_s3kd9l);
}
// POOMP!
S_StartSound(player->mo, sfx_vclgna);
}
else if (airdropactive == AIRDROP_HEAVY)
{