aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorFlorian Kagerer2008-03-17 01:34:24 +0000
committerFlorian Kagerer2008-03-17 01:34:24 +0000
commitb9339221e4f0b92976f80028c49fcfbc0845ec01 (patch)
treece4c9bc506c9787b241885bf10f1115ec128e4ce /engines/kyra/kyra_v2.h
parenteceee73424a3338f1eedcced1e2dbb4fb7f71849 (diff)
downloadscummvm-rg350-b9339221e4f0b92976f80028c49fcfbc0845ec01.tar.gz
scummvm-rg350-b9339221e4f0b92976f80028c49fcfbc0845ec01.tar.bz2
scummvm-rg350-b9339221e4f0b92976f80028c49fcfbc0845ec01.zip
- implement debugger commands: gamespeed and pass_codes
- implement opcode 151: meanWhileScene() - fix dragon flight scene: this is still totally messed up, but at least the screen doesn't stay blank any more svn-id: r31152
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 f5d5ce1c56..f94e97b339 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -965,6 +965,7 @@ protected:
int o2_showChapterMessage(ScriptState *script);
int o2_restoreTalkTextMessageBkgd(ScriptState *script);
int o2_wsaClose(ScriptState *script);
+ int o2_meanWhileScene(ScriptState *script);
int o2_displayWsaFrame(ScriptState *script);
int o2_displayWsaSequentialFramesLooping(ScriptState *script);
int o2_wsaOpen(ScriptState *script);
@@ -1165,6 +1166,7 @@ protected:
uint8 _presetColorCode[7];
uint8 _inputColorCode[7];
uint32 _scriptCountDown;
+ int _dbgPass;
};
} // end of namespace Kyra