Merge branch 'drain-antiri' into 'next'

Make Ring Drain sectors play the depletion sound instead of the ring sound

See merge request STJr/SRB2!1315
This commit is contained in:
James R 2020-12-15 20:51:39 -05:00
commit 00c5d70bfc
1 changed files with 1 additions and 1 deletions

View File

@ -4304,7 +4304,7 @@ void P_ProcessSpecialSector(player_t *player, sector_t *sector, sector_t *rovers
if (leveltime % (TICRATE/2) == 0 && player->rings > 0)
{
player->rings--;
S_StartSound(player->mo, sfx_itemup);
S_StartSound(player->mo, sfx_antiri);
}
break;
case 11: // Special Stage Damage