[Scummvm-git-logs] scummvm master -> 3ef8197a63ad158fd8c10a43becc79e86b28edec
sev-
noreply at scummvm.org
Fri Nov 8 22:08:36 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3ef8197a63 MOHAWK: Added support for Noah's Ark. Bugreport #15024
Commit: 3ef8197a63ad158fd8c10a43becc79e86b28edec
https://github.com/scummvm/scummvm/commit/3ef8197a63ad158fd8c10a43becc79e86b28edec
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T23:08:22+01:00
Commit Message:
MOHAWK: Added support for Noah's Ark. Bugreport #15024
Changed paths:
engines/mohawk/detection.cpp
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 40f77868d12..42516816770 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -68,6 +68,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"create", "The Story of Creation"},
{"daniel", "Daniel in the Lions' Den"},
{"harryhh","Harry and the Haunted House"},
+ {"noah", "Noah's Ark"},
{"stellaluna", "Stellaluna"},
{"sheila", "Sheila Rae, the Brave"},
{"rugratsps", "Rugrats Print Shop" },
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index bb991648708..b19a50d6f64 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -3789,6 +3789,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // From sev
+ {
+ {
+ "noah",
+ "",
+ AD_ENTRY1s("OUTLINE.TXT", "aba1304eca32cac54a7107ba76120601", 2151),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0,
+ },
+
// Dr. Seuss Reading Games
// Contains "Dr. Seuss's ABC" and "The Cat in the Hat"
{
More information about the Scummvm-git-logs
mailing list