From 1590f29d149df976e27df4a49c21ae4d23ab8663 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 28 Aug 2014 01:59:53 +0200 Subject: [PATCH] ACCESS: Use the hires version in Amazon CD --- engines/access/access.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engines/access/access.cpp b/engines/access/access.cpp index c19a37cdc33..6058800ddb1 100644 --- a/engines/access/access.cpp +++ b/engines/access/access.cpp @@ -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" :