aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eob.cpp
diff options
context:
space:
mode:
authorathrxx2019-02-27 22:34:47 +0100
committerathrxx2019-03-06 20:48:27 +0100
commit1cb85808318cc560a045068b48d981d1695ed4bc (patch)
tree9755740e10c0fa2bd30542e9ae12d288014fbce9 /engines/kyra/engine/eob.cpp
parentea6f44871ba00da50b26e64d36b301dc48b1a2b7 (diff)
downloadscummvm-rg350-1cb85808318cc560a045068b48d981d1695ed4bc.tar.gz
scummvm-rg350-1cb85808318cc560a045068b48d981d1695ed4bc.tar.bz2
scummvm-rg350-1cb85808318cc560a045068b48d981d1695ed4bc.zip
KYRA: (EOB1/Amiga) - fix spell sounds
Diffstat (limited to 'engines/kyra/engine/eob.cpp')
-rw-r--r--engines/kyra/engine/eob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/engine/eob.cpp b/engines/kyra/engine/eob.cpp
index 8c59d4de0c..f2d06e0a59 100644
--- a/engines/kyra/engine/eob.cpp
+++ b/engines/kyra/engine/eob.cpp
@@ -509,6 +509,7 @@ void EoBEngine::turnUndeadAuto() {
void EoBEngine::turnUndeadAutoHit() {
_txt->printMessage(_turnUndeadString[0], -1, _characters[_openBookChar].name);
+ snd_playSoundEffect(_flags.platform == Common::kPlatformAmiga ? 16 : 95);
sparkEffectOffensive();
}