diff options
author | Eugene Sandulenko | 2017-03-24 22:30:44 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-03-24 22:30:44 +0100 |
commit | c9f9582994d94b1efa6108fdb7ea4a768dd80acc (patch) | |
tree | 830590d94c47fa3b9b5f5d67256dcc1e3b9f80e2 /engines/director | |
parent | c676c535eaa4f9a02ac445e6ceee828e08d52286 (diff) | |
download | scummvm-rg350-c9f9582994d94b1efa6108fdb7ea4a768dd80acc.tar.gz scummvm-rg350-c9f9582994d94b1efa6108fdb7ea4a768dd80acc.tar.bz2 scummvm-rg350-c9f9582994d94b1efa6108fdb7ea4a768dd80acc.zip |
DIRECTOR: Fix Spaceship Warlock Mac detection
Diffstat (limited to 'engines/director')
-rw-r--r-- | engines/director/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 11f70e033c..b3c07a1809 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, |