aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
authorD G Turner2018-10-18 23:40:35 +0100
committerD G Turner2018-10-18 23:40:35 +0100
commit4f077f2b5a747dc2794060bf486c79b6d7eb0030 (patch)
tree884083c0c558875aa230a4224ecb73c898321c55 /engines/hopkins/hopkins.h
parent91732239991918b25633cd07d6c5ae834e599115 (diff)
downloadscummvm-rg350-4f077f2b5a747dc2794060bf486c79b6d7eb0030.tar.gz
scummvm-rg350-4f077f2b5a747dc2794060bf486c79b6d7eb0030.tar.bz2
scummvm-rg350-4f077f2b5a747dc2794060bf486c79b6d7eb0030.zip
HOPKINS: Add Graphics Screen Update Debugging Code.
This is mainly to aid investigation of bug Trac #6310.
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
};
/**