aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-06 20:55:33 +0000
committerJohannes Schickel2008-05-06 20:55:33 +0000
commit5abc85bd0e4e0801e7774e0f3efffcc6213ae88e (patch)
tree6082a5bb5d59a2a9d4884f841e03c3c8a5ab96f7 /engines/kyra/kyra_hof.cpp
parent11f891963bec97357b69e2e0f4b1639808becab3 (diff)
downloadscummvm-rg350-5abc85bd0e4e0801e7774e0f3efffcc6213ae88e.tar.gz
scummvm-rg350-5abc85bd0e4e0801e7774e0f3efffcc6213ae88e.tar.bz2
scummvm-rg350-5abc85bd0e4e0801e7774e0f3efffcc6213ae88e.zip
Fixed possible crash in Debugger_v2 when using 'give'.
svn-id: r31907
Diffstat (limited to 'engines/kyra/kyra_hof.cpp')
-rw-r--r--engines/kyra/kyra_hof.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp
index c97bea4c93..693ae36d69 100644
--- a/engines/kyra/kyra_hof.cpp
+++ b/engines/kyra/kyra_hof.cpp
@@ -49,7 +49,10 @@ const KyraEngine_v2::EngineDesc KyraEngine_HoF::_hofEngineDesc = {
8,
// Animation script specific
- 33
+ 33,
+
+ // Item specific
+ 175
};
KyraEngine_HoF::KyraEngine_HoF(OSystem *system, const GameFlags &flags) : KyraEngine_v2(system, flags, _hofEngineDesc), _updateFunctor(this, &KyraEngine_HoF::update) {