Skip to content

Commit

Permalink
Play the powerup sound upon locating a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Jun 9, 2024
1 parent 7939d10 commit 53e8f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ void P_PlayerInSpecialSector (player_t *player)
case 9: /* SECRET SECTOR */
player->secretcount++;
sector->special = 0;
S_StartSound(player->mo, sfx_getpow);
break;

default:
Expand Down

0 comments on commit 53e8f65

Please sign in to comment.