Skip to content

Commit

Permalink
DIRECTOR: Added detection for The Apartment D4
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 13, 2017
1 parent cadb29d commit 1c203ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engines/director/detection.cpp
Expand Up @@ -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" },
Expand Down
15 changes: 14 additions & 1 deletion engines/director/detection_tables.h
Expand Up @@ -69,7 +69,7 @@ static const DirectorGameDescription gameDescriptions[] = {
{
{
"theapartment",
"",
"D3",
AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911),
Common::EN_ANY,
Common::kPlatformMacintosh,
Expand All @@ -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
},

{
{
Expand Down

0 comments on commit 1c203ea

Please sign in to comment.