From 151d314912b08d7d598a3995524d89c8b4ab0371 Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 13 Feb 2012 17:04:05 +0100 Subject: KYRA: (EOB) - complete CGA graphics mode implementation --- engines/kyra/eob.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/kyra/eob.h') diff --git a/engines/kyra/eob.h b/engines/kyra/eob.h index 9d583a0cd7..37ce483702 100644 --- a/engines/kyra/eob.h +++ b/engines/kyra/eob.h @@ -108,7 +108,8 @@ private: const KyraRpgGUISettings *guiSettings(); - static const KyraRpgGUISettings _guiSettings; + static const KyraRpgGUISettings _guiSettingsVGA; + static const KyraRpgGUISettings _guiSettingsEGA; static const uint8 _egaDefaultPalette[]; }; -- cgit v1.2.3