aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
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/gob.h
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/gob.h')
-rw-r--r--engines/gob/gob.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 2f65eb7e19..7291853bd4 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -96,15 +96,15 @@ enum {
};
enum {
- DEBUG_FUNCOP = 1 << 0,
- DEBUG_DRAWOP = 1 << 1,
- DEBUG_GOBOP = 1 << 2,
- DEBUG_MUSIC = 1 << 3, // CD and adlib music
- DEBUG_PARSER = 1 << 4,
- DEBUG_GAMEFLOW = 1 << 5,
- DEBUG_FILEIO = 1 << 6,
- DEBUG_GRAPHICS = 1 << 7,
- DEBUG_COLLISIONS = 1 << 8
+ kDebugFuncOp = 1 << 0,
+ kDebugDrawOp = 1 << 1,
+ kDebugGobOp = 1 << 2,
+ kDebugMusic = 1 << 3, // CD and adlib music
+ kDebugParser = 1 << 4,
+ kDebugGameFlow = 1 << 5,
+ kDebugFileIO = 1 << 6,
+ kDebugGraphics = 1 << 7,
+ kDebugCollisions = 1 << 8
};
enum SaveFiles {