aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-25 21:06:51 -0400
committerMatthew Hoops2011-09-25 21:06:51 -0400
commit515b2501a7eaf875172fcdde910b061da843c96d (patch)
tree25b4d1c710895e95927db3437d7fad91a6a386f7 /engines
parent8897c17884c846f225f751f4b2838dd0e15c7faa (diff)
downloadscummvm-rg350-515b2501a7eaf875172fcdde910b061da843c96d.tar.gz
scummvm-rg350-515b2501a7eaf875172fcdde910b061da843c96d.tar.bz2
scummvm-rg350-515b2501a7eaf875172fcdde910b061da843c96d.zip
PEGASUS: Show the demo quit/splash screens
They work now with all the PICT changes ;)
Diffstat (limited to 'engines')
-rw-r--r--engines/pegasus/pegasus.cpp4
1 files changed, 4 insertions, 0 deletions
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: