[Scummvm-git-logs] scummvm master -> 869c9d497e7c3e99f5ebcd0e3fa0226f1d9d5d7a
sev-
sev at scummvm.org
Sat Aug 21 12:25:52 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:
869c9d497e DIRECTOR: Added original file name for Mac warlock
Commit: 869c9d497e7c3e99f5ebcd0e3fa0226f1d9d5d7a
https://github.com/scummvm/scummvm/commit/869c9d497e7c3e99f5ebcd0e3fa0226f1d9d5d7a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-21T14:25:28+02:00
Commit Message:
DIRECTOR: Added original file name for Mac warlock
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3920a9cc0d..cc9c981412 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1143,6 +1143,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("tri3dtrial", "", "Tri-3D-Trial", "cfa68a1bc49251497ebde18e5fc9c217", 271223, Common::JA_JPN, 200),
+ // Original file name is Spaceship Warlockâ¢
MACGAME1("warlock", "v1.0", "Spaceship Warlock", "cfa68a1bc49251497ebde18e5fc9c217", 271093, 200),
MACGAME1("warlock", "v1.1.1", "Spaceship Warlock", "cfa68a1bc49251497ebde18e5fc9c217", 271107, 200),
MACDEMO1("warlock", "v1.0 Demo", "Spaceship Warlock Demo", "cfa68a1bc49251497ebde18e5fc9c217", 271099, 200),
More information about the Scummvm-git-logs
mailing list