[Scummvm-git-logs] scummvm master -> 5dd8bec5946ff9d0bed3438e5ff35b915667f4ae

sev- noreply at scummvm.org
Sun Jan 16 17:28:40 UTC 2022


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:
5dd8bec594 MOHWAK: Fix detection for Litthe Monster at School


Commit: 5dd8bec5946ff9d0bed3438e5ff35b915667f4ae
    https://github.com/scummvm/scummvm/commit/5dd8bec5946ff9d0bed3438e5ff35b915667f4ae
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-01-16T18:28:23+01:00

Commit Message:
MOHWAK: Fix detection for Litthe Monster at School

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 01d4c4732c2..7b7ff95f746 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2391,7 +2391,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 		{
 			"lilmonster",
 			"",
-			AD_ENTRY1s("lmasf.lb", "fcb665df1713d0411a41515efb20bebc", 4136),
+			AD_ENTRY1s("lmasb.lb", "fcb665df1713d0411a41515efb20bebc", 4136),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
 			ADGF_NO_FLAGS,




More information about the Scummvm-git-logs mailing list