mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
SCI: added warning() when detection fails to detect map and volume version
svn-id: r47349
This commit is contained in:
parent
055e17b60e
commit
7c646fb84b
@ -576,6 +576,7 @@ void ResourceManager::init() {
|
||||
debugC(1, kDebugLevelResMan, "resMan: Detected volume version %d: %s", _volVersion, versionDescription(_volVersion));
|
||||
|
||||
if ((_mapVersion == kResVersionUnknown) && (_volVersion == kResVersionUnknown)) {
|
||||
warning("Volume and map version not detected, assuming that this is not a sci game");
|
||||
_viewType = kViewUnknown;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user