aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/timer.cpp')
-rw-r--r--engines/gob/timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/timer.cpp b/engines/gob/timer.cpp
index 0b3bc06588..813a66e873 100644
--- a/engines/gob/timer.cpp
+++ b/engines/gob/timer.cpp
@@ -28,10 +28,10 @@
namespace Gob {
void GTimer::enableTimer() {
- debug(4, "STUB: GTimer::enableTimer()");
+ debugC(4, DEBUG_GAMEFLOW, "STUB: GTimer::enableTimer()");
}
void GTimer::disableTimer() {
- debug(4, "STUB: GTimer::disableTimer()");
+ debugC(4, DEBUG_GAMEFLOW, "STUB: GTimer::disableTimer()");
}
}