From 9f2d6d82ca05c4dfe5e649bcda4586c78cb420f3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 7 Feb 2009 06:47:19 +0000 Subject: Make the subtitle settings in Options section of the global main menu optional, and enable only for game engines where subtitles settings are synced. svn-id: r36237 --- engines/touche/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/touche') diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index 462b6c9ca4..4a82ee0cfe 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -155,7 +155,8 @@ bool Touche::ToucheEngine::hasFeature(EngineFeature f) const { return (f == kSupportsRTL) || (f == kSupportsLoadingDuringRuntime) || - (f == kSupportsSavingDuringRuntime); + (f == kSupportsSavingDuringRuntime) || + (f == kSupportsSubtitleOptions); } bool ToucheMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { -- cgit v1.2.3