aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-02 18:56:30 -0400
committerPaul Gilbert2016-09-02 18:56:30 -0400
commita4d577beffbd33e0472efe5b3d3a99cb97b8ecb5 (patch)
treef7aedb18c466213cb82b84838f715b3de92ce530 /engines/titanic/detection.cpp
parentb6e3c18898ac34caa3acf2bbe57c9c631a4c5407 (diff)
downloadscummvm-rg350-a4d577beffbd33e0472efe5b3d3a99cb97b8ecb5.tar.gz
scummvm-rg350-a4d577beffbd33e0472efe5b3d3a99cb97b8ecb5.tar.bz2
scummvm-rg350-a4d577beffbd33e0472efe5b3d3a99cb97b8ecb5.zip
TITANIC: Add kSimpleSavesNames to features list
Diffstat (limited to 'engines/titanic/detection.cpp')
-rw-r--r--engines/titanic/detection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/detection.cpp b/engines/titanic/detection.cpp
index 86d26f2f27..096cd4b618 100644
--- a/engines/titanic/detection.cpp
+++ b/engines/titanic/detection.cpp
@@ -90,7 +90,8 @@ bool TitanicMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
- (f == kSavesSupportThumbnail);
+ (f == kSavesSupportThumbnail) ||
+ (f == kSimpleSavesNames);
}
bool Titanic::TitanicEngine::hasFeature(EngineFeature f) const {