From 515b2501a7eaf875172fcdde910b061da843c96d Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 25 Sep 2011 21:06:51 -0400 Subject: PEGASUS: Show the demo quit/splash screens They work now with all the PICT changes ;) --- engines/pegasus/pegasus.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp index 14e7ff4d30..be5a22eeed 100644 --- a/engines/pegasus/pegasus.cpp +++ b/engines/pegasus/pegasus.cpp @@ -520,6 +520,8 @@ void PegasusEngine::receiveNotification(Notification *notification, const tNotif #else if (!isDemo()) runIntro(); + else + showTempScreen("Images/Demo/NGsplashScrn.pict"); if (shouldQuit()) return; @@ -606,6 +608,8 @@ void PegasusEngine::doGameMenuCommand(const tGameMenuCommand command) { } break; case kMenuCmdQuit: + if (isDemo()) + showTempScreen("Images/Demo/NGquitScrn.pict"); _system->quit(); break; case kMenuCmdOverview: -- cgit v1.2.3