diff options
Diffstat (limited to 'engines/sci/resource.cpp')
-rw-r--r-- | engines/sci/resource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index e59f69513c..1639b954b9 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -1919,7 +1919,8 @@ bool ResourceManager::detectHires() { } } - error("resMan: Couldn't detect hires"); + // This is fine for (some?) low-res sci32 games, because in those games the picture size is specified as 0, 0 + warning("resMan: Couldn't detect hires"); return false; #else error("no sci32 support"); |