From f9590e4ef0441e2f6c4272cbd1b513c558cce711 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sat, 17 Sep 2016 10:07:16 +0200 Subject: ADL: Fix detection entry for hires4-atari8 (#9561) --- engines/adl/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 5cd7cca02d..2d568b28d7 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -147,7 +147,7 @@ static const AdlGameDescription gameDescriptions[] = { { "ULYS1A.XFD", 0, "26365d2b06509fd21e7a7919e33f7199", 92160 }, { "ULYS1B.XFD", 0, "37919c72a4103e6f897ee7daa8261d1d", 92160 }, // Load 'N' Go Software release XAG-0646 appears to be missing the second disk - { "ULYS2C.XFD", 0, "00000000000000000000000000000000", 92160 }, + { "ULYS2C.XFD", 0, "ff33830246e65dc71c954acb7fd5621a", 92160 }, AD_LISTEND }, Common::EN_ANY, -- cgit v1.2.3