From 45a387c48144d98cfaf3aba3f9245bc79564d1c3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 14 Nov 2012 13:49:31 -0500 Subject: DIRECTOR: Add detection for Spy Club --- engines/director/detection.cpp | 1 + engines/director/detection_tables.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index e553c57d2f..50e6323b18 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -69,6 +69,7 @@ static const PlainGameDescriptor directorGames[] = { { "director", "Macromedia Director Game" }, { "gundam0079", "Gundam 0079: The War for Earth" }, { "majestic", "Majestic Part I: Alien Encounter" }, + { "spyclub", "Spy Club" }, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 3218635759..bc5346524d 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -54,6 +54,20 @@ static const DirectorGameDescription gameDescriptions[] = { 4 }, + { + { + "spyclub", + "", + AD_ENTRY1("SPYCLUB.EXE", "65d06b5fef155a2473434571aff5bc29"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, + { AD_TABLE_END_MARKER, GID_GENERIC, 0 } }; -- cgit v1.2.3