mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
SCI: fix view detection for sci1.1 pq4demo
svn-id: r47614
This commit is contained in:
parent
dfae4f7e99
commit
34346bfd33
@ -1742,6 +1742,7 @@ void ResourceManager::detectSciVersion() {
|
||||
|
||||
// Set view type
|
||||
if (viewCompression == kCompDCL
|
||||
|| _volVersion == kResVersionSci11 // pq4demo
|
||||
#ifdef ENABLE_SCI32
|
||||
|| viewCompression == kCompSTACpack
|
||||
|| _volVersion == kResVersionSci32 // kq7
|
||||
|
Loading…
Reference in New Issue
Block a user