From 13fef21fed3631af3c8ebc5c34ccaf2d077af983 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 11 Oct 2011 19:46:15 -0400 Subject: PEGASUS: Fix shell notifications on loading games --- engines/pegasus/pegasus.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp index a13a77d910..6536c30bf0 100644 --- a/engines/pegasus/pegasus.cpp +++ b/engines/pegasus/pegasus.cpp @@ -157,11 +157,11 @@ Common::Error PegasusEngine::run() { doIntro = (loadGameState(gameToLoad).getCode() != Common::kNoError); } - if (doIntro) { + _shellNotification.notifyMe(this, kJMPShellNotificationFlags, kJMPShellNotificationFlags); + + if (doIntro) // Start up the first notification - _shellNotification.notifyMe(this, kJMPShellNotificationFlags, kJMPShellNotificationFlags); _shellNotification.setNotificationFlags(kGameStartingFlag, kGameStartingFlag); - } while (!shouldQuit()) { processShell(); -- cgit v1.2.3