mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
restored subtitle feature
svn-id: r48320
This commit is contained in:
parent
f122762309
commit
4da76a96d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user