mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +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
8b1c1a7ac2
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)
|
||||
{
|
||||
player->rings--;
|
||||
S_StartSound(player->mo, sfx_itemup);
|
||||
S_StartSound(player->mo, sfx_antiri);
|
||||
}
|
||||
break;
|
||||
case 11: // Special Stage Damage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue