From a0828a000b5ecff36e987db283436fc7b574232d Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 20 Nov 2019 23:56:41 +0100 Subject: KYRA: (EOB/PC98) - fix intro and main menu screen --- engines/kyra/gui/gui_eob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/kyra/gui/gui_eob.h') diff --git a/engines/kyra/gui/gui_eob.h b/engines/kyra/gui/gui_eob.h index 0e10d56b6e..696c013594 100644 --- a/engines/kyra/gui/gui_eob.h +++ b/engines/kyra/gui/gui_eob.h @@ -155,6 +155,7 @@ private: static const uint8 _highlightColorTableVGA[]; static const uint8 _highlightColorTableEGA[]; static const uint8 _highlightColorTableAmiga[]; + static const uint8 _highlightColorTablePC98[]; // FM-Towns specific int checkKatakanaSelection(); -- cgit v1.2.3