From 93e9639989690d0fae19c44df4f29624f74465d0 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 14 Feb 2006 01:19:30 +0000 Subject: Reworked kyra debug output system. Now he have special kyra intern debug levels + the global debug levels, for now I enable all kyra debug levels if the global debug level is not -1. see 'toggle_debug' in the kyra debugger and kyra.h for the different levels. (This is just the beginning of it anyway, for example the sound debug level isn't used for now) svn-id: r20678 --- engines/kyra/debugger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/kyra/debugger.h') diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h index 69766f3fc0..65e1de383e 100644 --- a/engines/kyra/debugger.h +++ b/engines/kyra/debugger.h @@ -50,6 +50,7 @@ protected: bool cmd_listTimers(int argc, const char **argv); bool cmd_setTimerCountdown(int argc, const char **argv); bool cmd_giveItem(int argc, const char **argv); + bool cmd_toggleDebug(int argc, const char **argv); }; } // End of namespace Kyra -- cgit v1.2.3