mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DIRECTOR: Added detection for "Iron Helix"
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user