aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-06-20 08:59:53 +0200
committerBorja Lorente2016-08-14 18:29:57 +0200
commit2fbff0e6782759770048c9b9442832e525d001b6 (patch)
tree56678d73782ee1cf28d27d1c99c50d5eec5c1e7d /engines/macventure/macventure.cpp
parent60d5ef5c5b875269f29cd817481de7e162f4966a (diff)
downloadscummvm-rg350-2fbff0e6782759770048c9b9442832e525d001b6.tar.gz
scummvm-rg350-2fbff0e6782759770048c9b9442832e525d001b6.tar.bz2
scummvm-rg350-2fbff0e6782759770048c9b9442832e525d001b6.zip
MACVENTURE: Fix some minor warnings
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index 6e477d4b05..23425d976f 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -137,6 +137,7 @@ Common::Error MacVentureEngine::run() {
}
}
+ _gui->drawMenu();
g_system->updateScreen();
g_system->delayMillis(50);
}