ACCESS: Use the hires version in Amazon CD

This commit is contained in:
Strangerke 2014-08-28 01:59:53 +02:00
parent ff05b42e02
commit 1590f29d14

View File

@ -141,7 +141,11 @@ void AccessEngine::initialize() {
if (isCD()) {
const Common::FSNode gameDataDir(ConfMan.get("path"));
const Common::FSNode cdromDir = gameDataDir.getChild("cdrom");
// The CD version contains two versions of the game.
// - The MCGA version, in the CDROM folder
// - The VESA version, in the TDROM folder
// We use the hires version.
const Common::FSNode cdromDir = gameDataDir.getChild("tdrom");
for (int idx = 0; idx < 15; ++idx) {
Common::String folder = (idx == 0) ? "game" :