aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-06-17 12:53:32 +0200
committerBorja Lorente2016-08-14 18:28:06 +0200
commitec768fbec167321914326a54a7efc2032e03c3e3 (patch)
tree203c575c1321c3fc50dccb47f4f3c16c950d9360 /engines/macventure/gui.cpp
parent79496ea5c07cf3da9fef845e53b6df2c36a6a8e7 (diff)
downloadscummvm-rg350-ec768fbec167321914326a54a7efc2032e03c3e3.tar.gz
scummvm-rg350-ec768fbec167321914326a54a7efc2032e03c3e3.tar.bz2
scummvm-rg350-ec768fbec167321914326a54a7efc2032e03c3e3.zip
MACVENTURE: Test and complete main loop
Diffstat (limited to 'engines/macventure/gui.cpp')
-rw-r--r--engines/macventure/gui.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp
index aeca8df1c9..4ca3de70b3 100644
--- a/engines/macventure/gui.cpp
+++ b/engines/macventure/gui.cpp
@@ -582,9 +582,8 @@ bool Gui::processCommandEvents(WindowClick click, Common::Event &event) {
_engine->selectControl((ControlReference)data.getData().refcon);
_engine->activateCommand((ControlReference)data.getData().refcon);
-
- // Run main
-
+ _engine->refreshReady();
+ _engine->preparedToRun();
}
return false;
}