diff options
author | Walter van Niftrik | 2016-09-17 10:07:16 +0200 |
---|---|---|
committer | Walter van Niftrik | 2016-09-17 10:08:39 +0200 |
commit | f9590e4ef0441e2f6c4272cbd1b513c558cce711 (patch) | |
tree | 0413dd69d7722962f2470ad89ec03f0f53e786ac /engines/adl | |
parent | 589794f082449c7ad05e7ab94cbea5357b394811 (diff) | |
download | scummvm-rg350-f9590e4ef0441e2f6c4272cbd1b513c558cce711.tar.gz scummvm-rg350-f9590e4ef0441e2f6c4272cbd1b513c558cce711.tar.bz2 scummvm-rg350-f9590e4ef0441e2f6c4272cbd1b513c558cce711.zip |
ADL: Fix detection entry for hires4-atari8 (#9561)
Diffstat (limited to 'engines/adl')
-rw-r--r-- | engines/adl/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |