[Scummvm-git-logs] scummvm master -> b4bef6d7d8575d918b4ca02ca7b70d27cdc6b833
bluegr
bluegr at gmail.com
Sat Oct 23 23:21:53 UTC 2021
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:
b4bef6d7d8 DIRECTOR: Use a second file when detecting disneylearning
Commit: b4bef6d7d8575d918b4ca02ca7b70d27cdc6b833
https://github.com/scummvm/scummvm/commit/b4bef6d7d8575d918b4ca02ca7b70d27cdc6b833
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-10-24T02:21:50+03:00
Commit Message:
DIRECTOR: Use a second file when detecting disneylearning
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e665ac539e..0235f36eb9 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4604,7 +4604,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Mac version calls installers as D7 apps to copy demos to HDD
// Win version calls D7 apps to open links to Disney web pages
MACGAME1("disneylearning", "", "SAMPLER.MAC", "0944b962ebb00f4b5d5149d220f8449b", 111450, 702),
- WINGAME1("disneylearning", "", "SAMPLER.EXE", "7c18c9a6af2694156bf09ed195c1ab09", 1816154, 702),
+ WINGAME2("disneylearning", "", "SAMPLER.EXE", "7c18c9a6af2694156bf09ed195c1ab09", 1816154,
+ "projectorstub.dir", "99a203b9af88e6d3aaf125d906d17249", 123498, 702),
// Covermount for Revista Divertire (Brazil)
// Launches installer for non-Director game (Nanico)
More information about the Scummvm-git-logs
mailing list