aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
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 {