From 200adb99cf709d8fb0eb6269ba49fd02bfe61254 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 10 May 2017 11:53:26 -0500 Subject: SCI: Add example of KQ6 game with incorrect patches directory --- engines/sci/sci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index c51894807e..3b732b4855 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -161,7 +161,7 @@ SciEngine::SciEngine(OSystem *syst, const ADGameDescription *desc, SciGameId gam SearchMan.addSubDirectoryMatching(gameDataDir, "VMD Folder"); // Mac VMD files // Add the patches directory, except for KQ6CD; The patches folder in some versions of KQ6CD - // is for the demo of Phantasmagoria, included in the disk + // (e.g. KQ Collection 1997) is for the demo of Phantasmagoria, included in the disk if (_gameId != GID_KQ6) SearchMan.addSubDirectoryMatching(gameDataDir, "patches"); // resource patches } -- cgit v1.2.3