From 2fbff0e6782759770048c9b9442832e525d001b6 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Mon, 20 Jun 2016 08:59:53 +0200 Subject: MACVENTURE: Fix some minor warnings --- engines/macventure/macventure.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/macventure/macventure.cpp') 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); } -- cgit v1.2.3