diff options
-rw-r--r-- | engines/sci/resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 3bf9153be0..64b4d762ef 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -1742,6 +1742,7 @@ void ResourceManager::detectSciVersion() { // Set view type if (viewCompression == kCompDCL + || _volVersion == kResVersionSci11 // pq4demo #ifdef ENABLE_SCI32 || viewCompression == kCompSTACpack || _volVersion == kResVersionSci32 // kq7 |