[Scummvm-git-logs] scummvm master -> 0b8711dd6a006126f3cfe71baea502059e325841

mduggan mgithub at guarana.org
Thu Jun 11 23:01:55 UTC 2020


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:
0b8711dd6a ULTIMA: Fix typo in commented-out detection table entry


Commit: 0b8711dd6a006126f3cfe71baea502059e325841
    https://github.com/scummvm/scummvm/commit/0b8711dd6a006126f3cfe71baea502059e325841
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-06-12T08:01:42+09:00

Commit Message:
ULTIMA: Fix typo in commented-out detection table entry

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 9c41edc00a..a0136ca8df 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -309,7 +309,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		{
 			"remorse",
 			"",
-			AD_ENTRY1s("eusecode.flx", 3fb211f4adfd80595078afc85bdfe7b4", 433143),
+			AD_ENTRY1s("eusecode.flx", "3fb211f4adfd80595078afc85bdfe7b4", 433143),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
 			ADGF_UNSTABLE,




More information about the Scummvm-git-logs mailing list