diff options
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 4da4bf1ec3..f25c3e8c36 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -711,7 +711,8 @@ bool ScummEngine::hasFeature(EngineFeature f) const { return (f == kSupportsRTL) || (f == kSupportsLoadingDuringRuntime) || - (f == kSupportsSavingDuringRuntime); + (f == kSupportsSavingDuringRuntime) || + (f == kSupportsSubtitleOptions); } GameList ScummMetaEngine::getSupportedGames() const { |