Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupportsLoadingDuringStartup MetaEngineFeature flag (which was never supported).

svn-id: r48485
This commit is contained in:
Travis Howell 2010-04-03 14:01:12 +00:00
parent 38e2506d4e
commit 1c7752d982

View File

@ -265,7 +265,6 @@ public:
bool ParallactionMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave);
}