aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d/detection.cpp')
-rw-r--r--engines/cryomni3d/detection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index 1de22f4b1f..10a7b496fb 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -69,7 +69,9 @@ Common::Language CryOmni3DEngine::getLanguage() const {
}
bool CryOmni3DEngine::hasFeature(EngineFeature f) const {
- return false;
+ return
+ (f == kSupportsRTL)
+ || (f == kSupportsSubtitleOptions);
}
} // End of Namespace CryOmni3D