[Scummvm-git-logs] scummvm master -> 887ec47e958a328c0f8fe94b26ccb7a38f83bd4a

tag2015 noreply at scummvm.org
Tue Dec 13 18:16:11 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
887ec47e95 DIRECTOR: Fix detection for Jewels of the Oracle (DE)


Commit: 887ec47e958a328c0f8fe94b26ccb7a38f83bd4a
    https://github.com/scummvm/scummvm/commit/887ec47e958a328c0f8fe94b26ccb7a38f83bd4a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-13T19:15:52+01:00

Commit Message:
DIRECTOR: Fix detection for Jewels of the Oracle (DE)

Trac #13112

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 75acb2d0556..71ca87fc063 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4046,7 +4046,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 										 "NAVLOAD.DXR",		"c696b2453b861d51cea75c7398acb5a8", 405050, Common::FR_FRA, 404),
 	WINGAME2("jewels1", "v2.0.1",		 "JEWELS.EXE",		"bb6d81471d166088260090472c6c3a87", 800395,
 										 "NAVLOAD.DXR",		"ff8446121236a1cbfb1fe431fea5bc09", 405042, 404),
-	WINGAME2t_l("jewels1", "",			 "JEWELS.EXE",		"bb6d81471d166088260090472c6c3a87", 800395,
+	WINGAME2_l("jewels1", "",			 "JEWELS.EXE",		"bb6d81471d166088260090472c6c3a87", 800395,
 										 "NAVLOAD.DXR",		"e7dfda887f9040bb29ad822717a11cc7", 405236, Common::DE_DEU, 404),
 	WINDEMO1("jewels1", "Horses Demo",	 "HORSE.EXE",		"03bbe56c80fcbca3939ba08407d99f76", 847689, 400),
 	WINDEMO2("jewels1", "Demo",			 "JEWELS.EXE",		"abcc448c035e88d4edb4a29034fd1e34", 863983,




More information about the Scummvm-git-logs mailing list