mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
SCI: added comment about resource.p01 etc. (including possible TODO)
svn-id: r47364
This commit is contained in:
parent
3a34628e9e
commit
8ff407e80a
@ -873,6 +873,10 @@ ResourceManager::ResVersion ResourceManager::detectVolVersion() {
|
||||
}
|
||||
if (!fileStream) {
|
||||
error("Failed to open volume file - if you got resource.p01/resource.p02/etc. files, merge them together into resource.000");
|
||||
// resource.p01/resource.p02/etc. may be there when directly copying the files from the original floppies
|
||||
// the sierra installer would merge those together (perhaps we could do this as well?)
|
||||
// possible TODO
|
||||
// example for such game: Laura Bow 2
|
||||
return kResVersionUnknown;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user