SCI: added comment about resource.p01 etc. (including possible TODO)

svn-id: r47364
This commit is contained in:
Martin Kiewitz 2010-01-18 23:07:56 +00:00
parent 3a34628e9e
commit 8ff407e80a

View File

@ -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;
}