From 42a03ccc19e7d61a952a9ca2e90873e2c0180d54 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 18 May 2020 23:56:58 +0200 Subject: [PATCH] DIRECTOR: Added detection for "Iron Helix" --- engines/director/detection.cpp | 1 + engines/director/detection_tables.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index 52e35829c1f..91827b2677c 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -74,6 +74,7 @@ static const PlainGameDescriptor directorGames[] = { { "directortest-all", "Macromedia Director All Movies Test Target" }, { "theapartment", "The Apartment, Interactive demo" }, { "gundam0079", "Gundam 0079: The War for Earth" }, + { "ironhelix", "Iron Helix" }, { "jewels", "Jewels of the Oracle" }, { "jman", "The Journeyman Project" }, { "majestic", "Majestic Part I: Alien Encounter" }, diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 7f85f84a4b6..9c5c8b82b01 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -79,6 +79,8 @@ static const DirectorGameDescription gameDescriptions[] = { WINGAME("gundam0079", "", "Gundam0079.exe", "1a7acbba10a7246ba58c1d53fc7203f5", -1, 5), MACGAME("gundam0079", "", "Gundam0079", "4c38a51a21a1ad231f218c4786ff771d", -1, 5), + MACGAME("ironhelix", "", "Iron Helix Minimum", "1ae45c23586b41997ba52e2e7c771c4c", 1652052, 3), + WINGAME("jewels", "", "JEWELS.EXE", "bb6d81471d166088260090472c6c3a87", -1, 4), WINGAME("jewels", "", "Jewels.exe", "c1a2e8b7e41fa204009324a9c7db1030", -1, 7), WINDEMO("jewels", "Two-Minute Demo", "DEMO.EXE", "ebee52d3c4280674c600177df5b09da0", -1, 4),