From 4f077f2b5a747dc2794060bf486c79b6d7eb0030 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 18 Oct 2018 23:40:35 +0100 Subject: HOPKINS: Add Graphics Screen Update Debugging Code. This is mainly to aid investigation of bug Trac #6310. --- engines/hopkins/hopkins.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/hopkins/hopkins.h') 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 }; /** -- cgit v1.2.3