aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/magic_eob.cpp
diff options
context:
space:
mode:
authorathrxx2011-06-22 01:08:28 +0200
committerJohannes Schickel2011-12-26 16:18:11 +0100
commit045d08986d3accc3fc7d55d76eb550db01ad7fc7 (patch)
treef62e1096f48621ed0b923aa531f04dfe4eb22438 /engines/kyra/magic_eob.cpp
parent69ad70afbb16f25f62432fb497e39c9d5633c10a (diff)
downloadscummvm-rg350-045d08986d3accc3fc7d55d76eb550db01ad7fc7.tar.gz
scummvm-rg350-045d08986d3accc3fc7d55d76eb550db01ad7fc7.tar.bz2
scummvm-rg350-045d08986d3accc3fc7d55d76eb550db01ad7fc7.zip
KYRA: (EOB) - start implementing camp menu
Diffstat (limited to 'engines/kyra/magic_eob.cpp')
-rw-r--r--engines/kyra/magic_eob.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/magic_eob.cpp b/engines/kyra/magic_eob.cpp
index 2c83c26b83..8b6de927bf 100644
--- a/engines/kyra/magic_eob.cpp
+++ b/engines/kyra/magic_eob.cpp
@@ -415,6 +415,10 @@ void EobCoreEngine::setSpellEventTimer(int spell, int timerBaseFactor, int timer
setCharEventTimer(_activeSpellCaster, countdown, -spell, updateExistingTimer);
}
+void EobCoreEngine::cleanupCharacterSpellList(int charIndex) {
+
+}
+
bool EobCoreEngine::magicObjectHit(EobFlyingObject *fo, int dcTimes, int dcPips, int dcOffs, int level) {
int ignoreAttackerId = fo->flags & 0x10;
int singleTargetCheckAdjacent = fo->flags & 1;