Added support for the hires graphic resources of the Windows version of GK1

svn-id: r47673
This commit is contained in:
Filippos Karapetis 2010-01-29 16:25:18 +00:00
parent 69b7497cf7
commit 233f81c5e1

View File

@ -399,12 +399,10 @@ int ResourceManager::addAppropriateSources() {
}
#ifdef ENABLE_SCI32
/*
// TODO: not working yet
if (Common::File::exists("RESOURCE.ALT")) { // GK1CD hires content
addSource(addExternalMap("RESOURCE.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
// GK1CD hires content
if (Common::File::exists("ALT.MAP") && Common::File::exists("RESOURCE.ALT")) {
addSource(addExternalMap("ALT.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
}
*/
} else {
// SCI2.1-SCI3 file naming scheme
Common::ArchiveMemberList mapFiles;