From 36c2243c4880524a3fb97a10f68ee08fceaaab0b Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 26 Jan 2010 15:22:04 +0000 Subject: SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - fixes kq7 svn-id: r47568 --- engines/sci/resource.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index f67cfc878d..862f9cc4f4 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -1714,6 +1714,7 @@ void ResourceManager::detectSciVersion() { if (viewCompression == kCompDCL #ifdef ENABLE_SCI32 || viewCompression == kCompSTACpack + || _volVersion == kResVersionSci32 // kq7 #endif ) { // SCI1.1 VGA views -- cgit v1.2.3