aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent')
-rw-r--r--engines/teenagent/teenagent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/teenagent.cpp b/engines/teenagent/teenagent.cpp
index 97d53aecc2..001e9a0d41 100644
--- a/engines/teenagent/teenagent.cpp
+++ b/engines/teenagent/teenagent.cpp
@@ -934,6 +934,7 @@ void TeenAgentEngine::setMusic(byte id) {
bool TeenAgentEngine::hasFeature(EngineFeature f) const {
switch (f) {
case kSupportsRTL:
+ case kSupportsSubtitleOptions:
case kSupportsLoadingDuringRuntime:
case kSupportsSavingDuringRuntime:
return true;