aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-16 08:43:34 +0000
committerNicola Mettifogo2007-09-16 08:43:34 +0000
commitc37de0131b9f1ed5d8c9c21291d34b5858bc1727 (patch)
tree7ee01a59fb789af2724a612a5cd1c263bb51ff1a /engines/parallaction/callables_ns.cpp
parente4c51dfe7527f05a169e9df0af036a865336a726 (diff)
downloadscummvm-rg350-c37de0131b9f1ed5d8c9c21291d34b5858bc1727.tar.gz
scummvm-rg350-c37de0131b9f1ed5d8c9c21291d34b5858bc1727.tar.bz2
scummvm-rg350-c37de0131b9f1ed5d8c9c21291d34b5858bc1727.zip
Revised debug levels and added many debug strings for parsers.
svn-id: r28921
Diffstat (limited to 'engines/parallaction/callables_ns.cpp')
-rw-r--r--engines/parallaction/callables_ns.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/callables_ns.cpp b/engines/parallaction/callables_ns.cpp
index faddecd874..8f5c80fc0c 100644
--- a/engines/parallaction/callables_ns.cpp
+++ b/engines/parallaction/callables_ns.cpp
@@ -519,7 +519,7 @@ void Parallaction_ns::_c_endIntro(void *parm) {
_gfx->setFont(_menuFont);
- debugC(1, kDebugLocation, "endIntro()");
+ debugC(1, kDebugExec, "endIntro()");
for (uint16 _si = 0; _si < 6; _si++) {
_gfx->displayCenteredString(80, _credits[_si]._role);
@@ -538,7 +538,7 @@ void Parallaction_ns::_c_endIntro(void *parm) {
_gfx->copyScreen(Gfx::kBitBack, Gfx::kBitFront);
}
- debugC(1, kDebugLocation, "endIntro(): done showing credits");
+ debugC(1, kDebugExec, "endIntro(): done showing credits");
if ((getFeatures() & GF_DEMO) == 0) {
_gfx->displayCenteredString(80, "CLICK MOUSE BUTTON TO START");