Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, as discussed in patch #2122869
svn-id: r34854
This commit is contained in:
parent
331c38e1c7
commit
b7a219ebc6
14 changed files with 14 additions and 14 deletions
|
@ -156,7 +156,7 @@ bool SagaMetaEngine::hasFeature(MetaEngineFeature f) const {
|
|||
return
|
||||
(f == kSupportsRTL) ||
|
||||
(f == kSupportsListSaves) ||
|
||||
(f == kSupportsDirectLoad) ||
|
||||
(f == kSupportsLoadingDuringStartup) ||
|
||||
(f == kSupportsDeleteSave);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue