mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Added support for the hires graphic resources of the Windows version of GK1
svn-id: r47673
This commit is contained in:
parent
69b7497cf7
commit
233f81c5e1
@ -399,12 +399,10 @@ int ResourceManager::addAppropriateSources() {
|
|||||||
}
|
}
|
||||||
#ifdef ENABLE_SCI32
|
#ifdef ENABLE_SCI32
|
||||||
|
|
||||||
/*
|
// GK1CD hires content
|
||||||
// TODO: not working yet
|
if (Common::File::exists("ALT.MAP") && Common::File::exists("RESOURCE.ALT")) {
|
||||||
if (Common::File::exists("RESOURCE.ALT")) { // GK1CD hires content
|
addSource(addExternalMap("ALT.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
|
||||||
addSource(addExternalMap("RESOURCE.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
} else {
|
} else {
|
||||||
// SCI2.1-SCI3 file naming scheme
|
// SCI2.1-SCI3 file naming scheme
|
||||||
Common::ArchiveMemberList mapFiles;
|
Common::ArchiveMemberList mapFiles;
|
||||||
|
Loading…
Reference in New Issue
Block a user