diff options
-rw-r--r-- | engines/pegasus/pegasus.cpp | 6 |
1 files 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(); |