aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/detection.cpp')
-rw-r--r--engines/mutationofjb/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/detection.cpp b/engines/mutationofjb/detection.cpp
index 3ec82e83bc..0235f8071e 100644
--- a/engines/mutationofjb/detection.cpp
+++ b/engines/mutationofjb/detection.cpp
@@ -108,7 +108,7 @@ public:
}
virtual bool hasFeature(MetaEngineFeature f) const override {
- if (f == kSupportsListSaves || f == kSimpleSavesNames) {
+ if (f == kSupportsListSaves || f == kSimpleSavesNames || f == kSupportsLoadingDuringStartup) {
return true;
}