aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r--engines/hopkins/hopkins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index 3528a98d58..ee2592e405 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -63,7 +63,8 @@ namespace Hopkins {
#define SCREEN_HEIGHT 480
enum HopkinsDebugChannels {
- kDebugPath = 1 << 0
+ kDebugPath = 1 << 0,
+ kDebugGraphics = 1 << 1
};
/**