From b9339221e4f0b92976f80028c49fcfbc0845ec01 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Mon, 17 Mar 2008 01:34:24 +0000 Subject: - 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 --- engines/kyra/kyra_v2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/kyra_v2.h') 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 -- cgit v1.2.3