Skip to content

Commit

Permalink
Add Inventory Sign sound
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Jun 28, 2023
1 parent 6797567 commit 7424eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,7 @@ void NextPlrLevel(Player &player)

CalcPlrInv(player, true);
PlaySFX(IS_IHARM);
PlaySFX(IS_ISIGN);
}

void AddPlrExperience(Player &player, int lvl, int exp)
Expand Down

0 comments on commit 7424eb8

Please sign in to comment.