Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjjoubert committed Aug 29, 2022
2 parents 0800c1d + 78c82df commit f7cd76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/sim/event_handling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub fn handle_sim_message(
TextType::EnterGoblinBrat => Some(SoundId::EnterLittleMonster),
TextType::EnterGoblinSwordsman => Some(SoundId::EnterBigMonster),
TextType::EnterGoblinShieldBearer => Some(SoundId::EnterBigMonster),
TextType::EnterSkeleton=> Some(SoundId::EnterSkeleton),
TextType::EnterSkeleton => Some(SoundId::EnterSkeleton),
TextType::EnterZombie => Some(SoundId::EnterZombie),
TextType::CombatHeroHit => Some(SoundId::SlashHit),
TextType::CombatEnemyHit => Some(SoundId::SlashHit),
Expand Down

0 comments on commit f7cd76a

Please sign in to comment.