aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2013-03-18 15:38:02 -0400
committerMatthew Hoops2013-04-16 21:53:39 -0400
commitc99f3213deffe820d9e178a89629eae63cac3972 (patch)
treeac320c0d96d6c280e35e07471580eb4c493e1cde /engines/pegasus/detection.cpp
parent8fb73dd2c39396dcd1a5c1049011f277a83b177a (diff)
downloadscummvm-rg350-c99f3213deffe820d9e178a89629eae63cac3972.tar.gz
scummvm-rg350-c99f3213deffe820d9e178a89629eae63cac3972.tar.bz2
scummvm-rg350-c99f3213deffe820d9e178a89629eae63cac3972.zip
PEGASUS: Let the DVD demo use the full Prehistoric AI video set
Diffstat (limited to 'engines/pegasus/detection.cpp')
-rw-r--r--engines/pegasus/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index 8f0fa8eea5..071db4d6fe 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -58,6 +58,10 @@ bool PegasusEngine::isDVDDemo() const {
return isDemo() && isDVD();
}
+bool PegasusEngine::isOldDemo() const {
+ return isDemo() && !isDVD();
+}
+
} // End of namespace Pegasus
static const PlainGameDescriptor pegasusGames[] = {