[Scummvm-git-logs] scummvm master -> c9f9582994d94b1efa6108fdb7ea4a768dd80acc

sev- sev at scummvm.org
Fri Mar 24 22:31:12 CET 2017


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:
c9f9582994 DIRECTOR: Fix Spaceship Warlock Mac detection


Commit: c9f9582994d94b1efa6108fdb7ea4a768dd80acc
    https://github.com/scummvm/scummvm/commit/c9f9582994d94b1efa6108fdb7ea4a768dd80acc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-03-24T22:30:44+01:00

Commit Message:
DIRECTOR: Fix Spaceship Warlock Mac detection

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 11f70e0..b3c07a1 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -489,7 +489,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 		{
 			"warlock",
 			"",
-			AD_ENTRY1s("Spaceship Warlock.bin", "cfa68a1bc49251497ebde18e5fc9c217", 271107),
+			AD_ENTRY1s("Spaceship Warlock", "cfa68a1bc49251497ebde18e5fc9c217", 271107),
 			Common::EN_ANY,
 			Common::kPlatformMacintosh,
 			ADGF_MACRESFORK,





More information about the Scummvm-git-logs mailing list