aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/timer.cpp
diff options
context:
space:
mode:
authorSven Hesse2006-02-24 23:31:31 +0000
committerSven Hesse2006-02-24 23:31:31 +0000
commit1758260c39b454c46770e2f50cf40752d49f0073 (patch)
tree8a18d0fd4fa96c276f4ebbb167a385b7064bf185 /engines/gob/timer.cpp
parent047298745f4e134a1b1f88d7c6ff824fd7a0dcdf (diff)
downloadscummvm-rg350-1758260c39b454c46770e2f50cf40752d49f0073.tar.gz
scummvm-rg350-1758260c39b454c46770e2f50cf40752d49f0073.tar.bz2
scummvm-rg350-1758260c39b454c46770e2f50cf40752d49f0073.zip
Changed debug()s to debugC()s
svn-id: r20848
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()");
}
}