[Scummvm-git-logs] scummvm master -> 8b261575caced96bc2e270b50e458b4dabc88bb8
sev-
noreply at scummvm.org
Mon Jan 30 00:05:53 UTC 2023
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:
8b261575ca DIRECTOR: Fix detection entry for teamxtreme2
Commit: 8b261575caced96bc2e270b50e458b4dabc88bb8
https://github.com/scummvm/scummvm/commit/8b261575caced96bc2e270b50e458b4dabc88bb8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-30T01:02:56+01:00
Commit Message:
DIRECTOR: Fix detection entry for teamxtreme2
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 1ce7d820385..65f8ebb1ca6 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4334,7 +4334,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACDEMO1_l("makingmusic", "Demo", "xn-- -of4abb5d3cqd2fzgpb5ywa2a4b3r6f", "0c7bbb4b24823e5ab871cb4c1d6f3710", 502657, Common::JA_JPN, 404),
MACGAME1("makers", "", "Makers of the 20th Century", "da0da5d543b237051975ad70bec129f4", 482610, 404),
- WINGAME2("makers", "", "MAKERS.EXE", "d879d7b40dd9f2eb59a2fbae5bc62306", 690883,
+ WINGAME2("makers", "", "MAKERS.EXE", "d879d7b40dd9f2eb59a2fbae5bc62306", 690883,
"MAKERS/MAIN.DIR", "05c3dff851aecbfeb1d3818404f3140c", 3391418, 404),
// Original filename is 'ãããããããï¼'
@@ -5032,7 +5032,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("syzygys", "", "xn--SYZYGYS-zj5o702ne6ytna4l0a3a5eb1g1hmjwa1h", "17efee018a660458fae80de4364021ac", 483159, Common::JA_JPN, 402),
WINGAME1("teamxtreme1", "", "XTREME.EXE", "45ab80997efedec388ff5200722e673c", 690123, 400),
- WINGAME1("teamxtreme2", "", "TX2.EXE", "50c80bd2add25e574494838772973beb", 2585471, 400),
+ WINGAME1("teamxtreme2", "", "COPY2HD/TX2.EXE", "50c80bd2add25e574494838772973beb", 2585471, 400),
// From MacFormat #42
MACDEMO1("texturescape", "", "TextureScape Show", "77f4098988d5386794d1530065f514cd", 303961, 400),
More information about the Scummvm-git-logs
mailing list