Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, as discussed in patch #2122869

svn-id: r34854
This commit is contained in:
Filippos Karapetis 2008-10-26 16:42:08 +00:00
parent 331c38e1c7
commit b7a219ebc6
14 changed files with 14 additions and 14 deletions

View file

@ -156,7 +156,7 @@ bool SagaMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsRTL) ||
(f == kSupportsListSaves) ||
(f == kSupportsDirectLoad) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave);
}