From c37de0131b9f1ed5d8c9c21291d34b5858bc1727 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 16 Sep 2007 08:43:34 +0000 Subject: Revised debug levels and added many debug strings for parsers. svn-id: r28921 --- engines/parallaction/dialogue.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/parallaction/dialogue.cpp') diff --git a/engines/parallaction/dialogue.cpp b/engines/parallaction/dialogue.cpp index 7539d89368..15a280d3be 100644 --- a/engines/parallaction/dialogue.cpp +++ b/engines/parallaction/dialogue.cpp @@ -103,7 +103,7 @@ protected: }; uint16 DialogueManager::askPassword() { - debugC(1, kDebugDialogue, "checkDialoguePassword()"); + debugC(3, kDebugExec, "checkDialoguePassword()"); char password[100]; uint16 passwordLen; @@ -241,7 +241,7 @@ uint16 DialogueManager::getAnswer() { clear(); - debugC(1, kDebugDialogue, "runDialogue: user selected answer #%i", answer); + debugC(3, kDebugExec, "runDialogue: user selected answer #%i", answer); return answer; } @@ -361,7 +361,7 @@ int16 DialogueManager::getHoverAnswer(int16 x, int16 y) { void Parallaction::runDialogue(SpeakData *data) { - debugC(1, kDebugDialogue, "runDialogue: starting dialogue '%s'", data->_name); + debugC(1, kDebugExec, "runDialogue: starting dialogue '%s'", data->_name); _gfx->setFont(_dialogueFont); -- cgit v1.2.3