From 402846aea5e08d774521caaa9bd29531c738a100 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 4 Apr 2015 08:54:19 -0500 Subject: SHERLOCK: Implemented doJournal --- engines/sherlock/screen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/screen.h') diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index edc0136471..4e37a7787c 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -50,7 +50,8 @@ enum { BUTTON_MIDDLE = 244, BUTTON_BOTTOM = 248, TALK_FOREGROUND = 12, - TALK_NULL = 16 + TALK_NULL = 16, + PEN_COLOR = 250 }; class SherlockEngine; -- cgit v1.2.3