diff options
author | Eugene Sandulenko | 2016-03-09 12:34:52 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-09 15:47:22 +0100 |
commit | a378e771c8d8865c2cc7355375cf23fd1fe2cffc (patch) | |
tree | 50682ef8159100b42d7702fd1ff8bbca381dbdf5 /engines/wage | |
parent | 2408766f2db7aa9c6d9898614800ff5374685e7d (diff) | |
download | scummvm-rg350-a378e771c8d8865c2cc7355375cf23fd1fe2cffc.tar.gz scummvm-rg350-a378e771c8d8865c2cc7355375cf23fd1fe2cffc.tar.bz2 scummvm-rg350-a378e771c8d8865c2cc7355375cf23fd1fe2cffc.zip |
WAGE: Added alternate versions of Karth of the Jungle
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/detection_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index abb79d0a08..35ac91f90d 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -53,7 +53,9 @@ static const ADGameDescription gameDescriptions[] = { FANGAME("Find the Heart", "7ae36ffa295651cd6d2d56981d6b5ff7", 108928), // From Joshua's Worlds 1.0 FANGAME("Karth of the Jungle", "6e7d5ab9a151a9dfd54e409b79fee0f4", 99456), FANGAME("Karth of the Jungle", "b3f60b9fd2cb2029eff65a1e112a9399", 99840), // Alternative version + FANGAME("Karth of the Jungle", "e208ddbedc081b04f47a8638e6d28c18", 99840), // Alternative version FANGAME("Karth of the Jungle II", "873223adb36cf3bd259d116ced918bae", 204544), + FANGAME("Karth of the Jungle II", "9327d86cf29d16c9906e34094c1a7b12", 204544), // Alternative version FANGAME("Lost Crystal", "4f21ba8ee64f8d655b9eeb1e3ffd50f7", 792064), FANGAME("Magic Rings", "6e0d1dd561d3dad8f9a7a20ed1f09b16", 112000), FANGAME("Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504), |