Skip to content

Commit

Permalink
Merge pull request OpenEnroth#1518 from pskelton/playthrough_bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton authored Jan 23, 2024
2 parents f0a0bad + 62793ab commit f674f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Objects/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ void Actor::AI_SpellAttack(unsigned int uActorID, AIDirection *pDir,
}
}
}
pAudioPlayer->playSpellSound(uSpellID, false, SOUND_MODE_PID, Pid(OBJECT_Actor, uActorID));
pAudioPlayer->playSpellSound(uSpellID, false, SOUND_MODE_EXCLUSIVE, Pid(OBJECT_Actor, uActorID));
break;

case SPELL_LIGHT_DAY_OF_PROTECTION:
Expand Down

0 comments on commit f674f89

Please sign in to comment.