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/debugger.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/debugger.h') diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h index 033044a41e..8fbe20d846 100644 --- a/engines/kyra/debugger.h +++ b/engines/kyra/debugger.h @@ -82,6 +82,8 @@ protected: bool cmd_characterInfo(int argc, const char **argv); bool cmd_sceneToFacing(int argc, const char **argv); bool cmd_giveItem(int argc, const char **argv); + bool cmd_passcodes(int argc, const char **argv); + bool cmd_gamespeed(int argc, const char **argv); }; } // End of namespace Kyra -- cgit v1.2.3