From 774d0cbdb3ce349bfa2764851169945530eeced3 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 3 Jul 2016 09:43:16 -0500 Subject: SCI32: Disable KQ7 subtitles The subtitles in KQ7 were not finished and don't quite work right, drawing off the screen and in weird positions. They could probably be fixed with some aggressive script patching, but for now, they are just disabled (as they are in the official release). --- engines/sci/sci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sci.cpp') diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 0e63918442..07db32a56c 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -1063,7 +1063,7 @@ void SciEngine::syncIngameAudioOptions() { case GID_KQ6: #ifdef ENABLE_SCI32 // Unsure about Gabriel Knight 2 - case GID_KQ7: // SCI2.1 + // KQ7 has broken subtitles case GID_GK1: // SCI2 case GID_SQ6: // SCI2.1, SQ6 seems to always use subtitles anyway case GID_TORIN: // SCI2.1 -- cgit v1.2.3