[Scummvm-git-logs] scummvm master -> e37067603ba4da73ef61b45044ea2b7fd78198e1
sev-
noreply at scummvm.org
Sat Jul 23 21:34:09 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:
e37067603b DIRECTOR: Fix warlock demo detection entries
Commit: e37067603ba4da73ef61b45044ea2b7fd78198e1
https://github.com/scummvm/scummvm/commit/e37067603ba4da73ef61b45044ea2b7fd78198e1
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-07-23T23:34:05+02:00
Commit Message:
DIRECTOR: Fix warlock demo detection entries
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index f3ce169d253..46547750b60 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2632,9 +2632,9 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2t_l("warlock", "v1.1.3 MPC", "SSWARLCK.EXE", "802c503582d855cb961227e7a619f4b0", 370867,
"NAV/AREACTOR.MMM", "1480a7134cbd257d5e13b0a09d39ec69", 33536, Common::FR_FRA, 310),
WINDEMO2t("warlock", "Demo", "SSWDEMO.EXE", "ab56bba682d468c84a762f3589cfafe6", 370934,
- "NAV/ADEMO.MMM", "7e36622944a0a01c5757f2299dcf88d8", 388598, 310),
+ "ADEMO.MMM", "7e36622944a0a01c5757f2299dcf88d8", 388598, 310),
WINDEMO2t_l("warlock", "Demo", "SSWDEMO.EXE", "ab56bba682d468c84a762f3589cfafe6", 370934,
- "NAV/ADEMO.MMM", "4249a5573427e0883f36c22835a49ec9", 388660, Common::FR_FRA, 310),
+ "ADEMO.MMM", "4249a5573427e0883f36c22835a49ec9", 388660, Common::FR_FRA, 310),
MACGAME1("warlock", "v1.1.2 AV", "xn--Spaceship Warlock AV-5h7l", "e043b322d17e0f2ca7f73520466a4311", 381950, 313), // 1994
MACGAME1("warlock", "v1.1.2 AV", "xn--Spaceship Warlock AV-5h7l", "e043b322d17e0f2ca7f73520466a4311", 384214, 313), // 1996
MACDEMO1("warlock", "Demo", "Spaceship Launch", "7f443f2e63fd497a9ad85b10dc880a91", 385616, 313),
More information about the Scummvm-git-logs
mailing list