From c0fa7ceae5e23f09b3e28cca6900ccf2a8313e26 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 29 Apr 2018 19:22:50 +0200 Subject: MOHAWK: MYST: Clean up the options dialog Also load and save games using ctrl-o / ctrl-s. --- engines/mohawk/myst.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'engines/mohawk/myst.h') diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index d626221ab3..43c918a7e2 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -151,11 +151,6 @@ public: MystSoundBlock readSoundBlock(Common::ReadStream *stream) const; void applySoundBlock(const MystSoundBlock &block); - bool _needsPageDrop; - bool _needsShowMap; - bool _needsShowDemoMenu; - bool _needsShowCredits; - bool _showResourceRects; VideoManager *_video; @@ -204,6 +199,11 @@ private: uint32 _lastSaveTime; bool hasGameSaveSupport() const; + void pauseEngineIntern(bool pause) override; + + void runLoadDialog(); + void runSaveDialog(); + void runOptionsDialog(); void dropPage(); @@ -217,8 +217,6 @@ private: uint16 _currentCursor; uint16 _mainCursor; // Also defines the current page being held (white, blue, red, or none) - - void pauseEngineIntern(bool pause) override; }; } // End of namespace Mohawk -- cgit v1.2.3