diff options
author | Filippos Karapetis | 2008-10-26 16:42:08 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-10-26 16:42:08 +0000 |
commit | b7a219ebc6f6ffd4954a29ca4e14654ff702bed5 (patch) | |
tree | b0acbedaebbefab40c0cb5593f1612f7587fb649 /engines/scumm | |
parent | 331c38e1c710c786d4526962d9940d4036d800d9 (diff) | |
download | scummvm-rg350-b7a219ebc6f6ffd4954a29ca4e14654ff702bed5.tar.gz scummvm-rg350-b7a219ebc6f6ffd4954a29ca4e14654ff702bed5.tar.bz2 scummvm-rg350-b7a219ebc6f6ffd4954a29ca4e14654ff702bed5.zip |
Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, as discussed in patch #2122869
svn-id: r34854
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index abc3d5ec17..fd8ccc8955 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -693,7 +693,7 @@ bool ScummMetaEngine::hasFeature(MetaEngineFeature f) const { return (f == kSupportsRTL) || (f == kSupportsListSaves) || - (f == kSupportsDirectLoad) || + (f == kSupportsLoadingDuringStartup) || (f == kSupportsDeleteSave) || (f == kSavesSupportMetaInfo) || (f == kSavesSupportThumbnail) || |