restored subtitle feature

svn-id: r48320
This commit is contained in:
Vladimir Menshakov 2010-03-20 15:00:42 +00:00
parent f122762309
commit 4da76a96d8

View File

@ -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;