aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/macventure/macventure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index 39740fdd6c..fb1ddc1b32 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -148,6 +148,8 @@ Common::Error MacVentureEngine::run() {
debug("MacVenture::MacVentureEngine::init()");
initGraphics(kScreenWidth, kScreenHeight);
+ setInitialFlags();
+
_debugger = new Console(this);
// Additional setup.
@@ -177,8 +179,6 @@ Common::Error MacVentureEngine::run() {
_soundManager = new SoundManager(this, _mixer);
- setInitialFlags();
-
int directSaveSlotLoading = ConfMan.getInt("save_slot");
if (directSaveSlotLoading >= 0) {
if (loadGameState(directSaveSlotLoading).getCode() != Common::kNoError) {