From e907965d81456c1612777499d52b253cbd7c059d Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 18 Feb 2019 00:17:28 +0100 Subject: KYRA: (EOB1/Amiga) - fix main menu load dialog --- engines/kyra/engine/eob.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/engine/eob.h') diff --git a/engines/kyra/engine/eob.h b/engines/kyra/engine/eob.h index 896f332047..d0a1c01aeb 100644 --- a/engines/kyra/engine/eob.h +++ b/engines/kyra/engine/eob.h @@ -112,11 +112,14 @@ private: void healParty(); const KyraRpgGUISettings *guiSettings() const; + void useMainMenuGUISettings(bool toggle) { _useMainMenuGUISettings = toggle; } static const KyraRpgGUISettings _guiSettingsVGA; static const KyraRpgGUISettings _guiSettingsEGA; static const KyraRpgGUISettings _guiSettingsAmiga; + static const KyraRpgGUISettings _guiSettingsAmigaMainMenu; static const uint8 _egaDefaultPalette[]; + bool _useMainMenuGUISettings; }; } // End of namespace Kyra -- cgit v1.2.3