aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-17 23:27:33 +0000
committerJohannes Schickel2008-03-17 23:27:33 +0000
commit845d65d8b73e2b7f3edf3fe50ac5b9bc3ce157e6 (patch)
treeb6ae9fd0d06c2c9a57d71e0dfc6f1ccb236e93f0 /engines/kyra/kyra_v2.h
parent1042c6dccf9fd34a80990335420f6ef6dd2d4d1f (diff)
downloadscummvm-rg350-845d65d8b73e2b7f3edf3fe50ac5b9bc3ce157e6.tar.gz
scummvm-rg350-845d65d8b73e2b7f3edf3fe50ac5b9bc3ce157e6.tar.bz2
scummvm-rg350-845d65d8b73e2b7f3edf3fe50ac5b9bc3ce157e6.zip
Implemented opcode 98: o2_setDeathHandlerFlag
svn-id: r31168
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 884123f26a..559cd038bf 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -744,6 +744,7 @@ protected:
int16 x2, y2;
};
+ int8 _deathHandler;
Character _mainCharacter;
bool _useCharPal;
int _charPalEntry;
@@ -1016,6 +1017,7 @@ protected:
int o2_blockOutRegion(ScriptState *script);
int o2_setCauldronState(ScriptState *script);
int o2_getRand(ScriptState *script);
+ int o2_setDeathHandlerFlag(ScriptState *script);
int o2_setDrawNoShapeFlag(ScriptState *script);
int o2_showLetter(ScriptState *script);
int o2_fillRect(ScriptState *script);