aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/engine/eob.h')
-rw-r--r--engines/kyra/engine/eob.h3
1 files changed, 3 insertions, 0 deletions
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