[Scummvm-git-logs] scummvm master -> b44e8c0a1b69fdacf57bd2ce90330f41fb085df7

sev- noreply at scummvm.org
Mon Mar 14 17:22:58 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:
b44e8c0a1b GLK: GLULX: Fix gameid duplicate


Commit: b44e8c0a1b69fdacf57bd2ce90330f41fb085df7
    https://github.com/scummvm/scummvm/commit/b44e8c0a1b69fdacf57bd2ce90330f41fb085df7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-14T18:21:56+01:00

Commit Message:
GLK: GLULX: Fix gameid duplicate

Changed paths:
    engines/glk/glulx/detection_tables.h


diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index ae0556d3900..789e7e570d7 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -281,7 +281,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
 	{ "turbochesthair", "Turbo Chest Hair Massacre" },
 	{ "uglyoafs", "Ugly Oafs. Save Green Terra! Repel the Wrath Pulse!" },
 	{ "uie", "Under, In Erebus" },
-	{ "umw", "UMW" },
+	{ "umwglulx", "UMW" },
 	{ "uncleclemswill", "Uncle Clem's Will" },
 	{ "underground", "Underground" },
 	{ "undertheythunder", "Under They Thunder" },
@@ -720,7 +720,7 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
 	DT_ENTRY1("turbochesthair", "200928", "420f40b233e4b221e6fff2bec050dc23", 2091802),
 	DT_ENTRY1("uglyoafs", "150403", "39ba113801d9b90d506b356f6b3ba25a", 660078),
 	DT_ENTRY1("uie", "101122", "ed892c12a8b2d65fcda5ba6a228e04ed", 2016322),
-	DT_ENTRY1("umw", "200426", "c843d3a02c0f6862401c13b45a3e85b1", 635558),
+	DT_ENTRY1("umwglulx", "200426", "c843d3a02c0f6862401c13b45a3e85b1", 635558),
 	DT_ENTRY1("uncleclemswill", "200425", "60527f2feb48e14d1fdfa7b94a8838c1", 763614),
 	DT_ENTRY1("underground", "r2/191215", "48966f89d00f4c8ce1fc2946636bd190", 3715706),
 	DT_ENTRY1("undertheythunder", "200928", "bd069d2e3e841cea7a7d2694681b548a", 1070370),




More information about the Scummvm-git-logs mailing list