aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables_ns.cpp
diff options
context:
space:
mode:
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");