aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/timer.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-13 15:35:02 +0000
committerEugene Sandulenko2007-01-13 15:35:02 +0000
commit24c9735588ac8d914b8f058cf68373b4e9a67071 (patch)
tree7100d5cb797f0c71eda254feb084ab49ed534c02 /engines/gob/timer.cpp
parentbad2b283c12e09eaa3c72f9ca67913b2a14afd03 (diff)
downloadscummvm-rg350-24c9735588ac8d914b8f058cf68373b4e9a67071.tar.gz
scummvm-rg350-24c9735588ac8d914b8f058cf68373b4e9a67071.tar.bz2
scummvm-rg350-24c9735588ac8d914b8f058cf68373b4e9a67071.zip
Rename special debug levels to conform our suggested naming scheme.
svn-id: r25073
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 813a66e873..19de498992 100644
--- a/engines/gob/timer.cpp
+++ b/engines/gob/timer.cpp
@@ -28,10 +28,10 @@
namespace Gob {
void GTimer::enableTimer() {
- debugC(4, DEBUG_GAMEFLOW, "STUB: GTimer::enableTimer()");
+ debugC(4, kDebugGameFlow, "STUB: GTimer::enableTimer()");
}
void GTimer::disableTimer() {
- debugC(4, DEBUG_GAMEFLOW, "STUB: GTimer::disableTimer()");
+ debugC(4, kDebugGameFlow, "STUB: GTimer::disableTimer()");
}
}