aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/detection.cpp')
-rw-r--r--engines/tinsel/detection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index e5c5678435..4cae5885b5 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -463,7 +463,10 @@ public:
bool TinselMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves) ||
+ // TODO: See tinsel.cpp ll 994-1005
+#if 0
(f == kSupportsLoadingDuringStartup) ||
+#endif
(f == kSupportsDeleteSave);
}