From 1c203ea249e73f940a524b08d7aade1e8b40adb2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 13 Jan 2017 22:15:41 +0100 Subject: DIRECTOR: Added detection for The Apartment D4 --- engines/director/detection.cpp | 2 +- engines/director/detection_tables.h | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'engines/director') diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index ca0b5c1515..c26084ac6c 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -73,7 +73,7 @@ bool DirectorEngine::hasFeature(EngineFeature f) const { static const PlainGameDescriptor directorGames[] = { { "director", "Macromedia Director Game" }, { "directortest", "Macromedia Director Test Target" }, - { "theapartment", "The Apartment, D3 interactive demo" }, + { "theapartment", "The Apartment, Interactive demo" }, { "gundam0079", "Gundam 0079: The War for Earth" }, { "jewels", "Jewels of the Oracle" }, { "jman", "The Journeyman Project" }, diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index ae52784f51..15bdf37968 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -69,7 +69,7 @@ static const DirectorGameDescription gameDescriptions[] = { { { "theapartment", - "", + "D3", AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911), Common::EN_ANY, Common::kPlatformMacintosh, @@ -79,6 +79,19 @@ static const DirectorGameDescription gameDescriptions[] = { GID_GENERIC, 3 }, + { + { + "theapartment", + "D4", + AD_ENTRY1s("Main Menu", "ff86181f03fe6eb060f65a985ca0580d", 160612), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 4 + }, { { -- cgit v1.2.3