mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 19:31:26 +00:00
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:
commit
00c5d70bfc
1 changed files with 1 additions and 1 deletions
|
@ -4304,7 +4304,7 @@ void P_ProcessSpecialSector(player_t *player, sector_t *sector, sector_t *rovers
|
||||||
if (leveltime % (TICRATE/2) == 0 && player->rings > 0)
|
if (leveltime % (TICRATE/2) == 0 && player->rings > 0)
|
||||||
{
|
{
|
||||||
player->rings--;
|
player->rings--;
|
||||||
S_StartSound(player->mo, sfx_itemup);
|
S_StartSound(player->mo, sfx_antiri);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 11: // Special Stage Damage
|
case 11: // Special Stage Damage
|
||||||
|
|
Loading…
Reference in a new issue