aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2010-04-03 14:01:12 +0000
committerTravis Howell2010-04-03 14:01:12 +0000
commit1c7752d982cf0598b9ed5d8ff82771e2b8538264 (patch)
treed11b3ff7fafd6399cc2d5f5569eb1986d6d940f3
parent38e2506d4e4165f2f4954f8cc2da29ec552e93e2 (diff)
downloadscummvm-rg350-1c7752d982cf0598b9ed5d8ff82771e2b8538264.tar.gz
scummvm-rg350-1c7752d982cf0598b9ed5d8ff82771e2b8538264.tar.bz2
scummvm-rg350-1c7752d982cf0598b9ed5d8ff82771e2b8538264.zip
Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupportsLoadingDuringStartup MetaEngineFeature flag (which was never supported).
svn-id: r48485
-rw-r--r--engines/parallaction/detection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index fbcdc2ccc5..b07a3b1915 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -265,7 +265,6 @@ public:
bool ParallactionMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves) ||
- (f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave);
}