aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eobcommon.h
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/eobcommon.h
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/eobcommon.h')
-rw-r--r--engines/kyra/engine/eobcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/engine/eobcommon.h b/engines/kyra/engine/eobcommon.h
index b9785ac1bf..293878cd52 100644
--- a/engines/kyra/engine/eobcommon.h
+++ b/engines/kyra/engine/eobcommon.h
@@ -942,7 +942,7 @@ protected:
void useWand(int charIndex, int weaponSlot);
virtual void turnUndeadAuto() {}
- virtual void turnUndeadAutoHit() {}
+ virtual void turnUndeadAutoHit() = 0;
void castSpell(int spell, int weaponSlot);
void removeCharacterEffect(int spell, int charIndex, int showWarning);