mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
SCI: changing error to warning inside detectHires() for gk1 to work again...
svn-id: r50008
This commit is contained in:
parent
08ff57cc97
commit
8493edf082
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user