[Scummvm-git-logs] scummvm master -> 917fe69a7d5d4277bdce5ad85e13cd6aa02936f0
criezy
noreply at scummvm.org
Tue Dec 27 19:30:24 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:
917fe69a7d DIRECTOR: Add detection for another Spaceship Warlock mac demo
Commit: 917fe69a7d5d4277bdce5ad85e13cd6aa02936f0
https://github.com/scummvm/scummvm/commit/917fe69a7d5d4277bdce5ad85e13cd6aa02936f0
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-12-27T20:30:15+01:00
Commit Message:
DIRECTOR: Add detection for another Spaceship Warlock mac demo
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b725b4888c9..a5cadc6e571 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1815,6 +1815,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("warlock", "v1.1.1 Classic", "xn--Spaceship Warlock-306j", "cfa68a1bc49251497ebde18e5fc9c217", 270851, 200), // 1994
MACGAME1("warlock", "v1.1.1 Classic", "xn--Spaceship Warlock-306j", "cfa68a1bc49251497ebde18e5fc9c217", 273115, 200), // 1996
MACDEMO1("warlock", "v1.0 Demo", "xn--Spaceship Warlock Demo-j40n", "cfa68a1bc49251497ebde18e5fc9c217", 271099, 200),
+ MACDEMO1("warlock", "v1.0 Demo", "xn--Spaceship Warlock Demo-j40n", "cfa68a1bc49251497ebde18e5fc9c217", 270843, 200), // 1991
MACDEMO1("warlock", "Trailer", "SS Warlock Movie Trailer", "cfa68a1bc49251497ebde18e5fc9c217", 270843, 200), // 1991
MACDEMO1("warlock", "Trailer", "SS Warlock Movie Trailer", "cfa68a1bc49251497ebde18e5fc9c217", 270857, 200), // 1994
MACDEMO1("warlock", "Trailer", "SS Warlock Movie Trailer", "cfa68a1bc49251497ebde18e5fc9c217", 273121, 200), // 1996
More information about the Scummvm-git-logs
mailing list