aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/draci.h')
-rw-r--r--engines/draci/draci.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/draci/draci.h b/engines/draci/draci.h
index 168d48733f..264f4496c4 100644
--- a/engines/draci/draci.h
+++ b/engines/draci/draci.h
@@ -81,11 +81,11 @@ public:
};
enum {
- kDraciGeneralDebugLevel = 1 << 0,
- kDraciBytecodeDebugLevel = 1 << 1,
- kDraciArchiverDebugLevel = 1 << 2,
- kDraciLogicDebugLevel = 1 << 3,
- kDraciAnimationDebugLevel = 1 << 4
+ kDraciGeneralDebugLevel = 1 << 0,
+ kDraciBytecodeDebugLevel = 1 << 1,
+ kDraciArchiverDebugLevel = 1 << 2,
+ kDraciLogicDebugLevel = 1 << 3,
+ kDraciAnimationDebugLevel = 1 << 4
};
// Macro to simulate lround() for non-C99 compilers