Browse Source

Level Up Sound (#6275)

pull/6458/head
Eric Robinson 3 years ago committed by GitHub
parent
commit
7f2010f77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/player.cpp

2
Source/player.cpp

@ -2427,6 +2427,8 @@ void NextPlrLevel(Player &player)
FocusOnCharInfo();
CalcPlrInv(player, true);
PlaySFX(IS_IHARM);
PlaySFX(IS_ISIGN);
}
void AddPlrExperience(Player &player, int lvl, int exp)

Loading…
Cancel
Save