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

npjg noreply at scummvm.org
Tue Feb 11 02:13:13 UTC 2025


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:
c51aa97573 MEDIASTATION: Fix lionking 2.0GB copy-paste mistake


Commit: c51aa975739ee8126bc4d4226234363054cfa6ed
    https://github.com/scummvm/scummvm/commit/c51aa975739ee8126bc4d4226234363054cfa6ed
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-02-10T21:13:09-05:00

Commit Message:
MEDIASTATION: Fix lionking 2.0GB copy-paste mistake

Changed paths:
    engines/mediastation/detection_tables.h


diff --git a/engines/mediastation/detection_tables.h b/engines/mediastation/detection_tables.h
index fd8f66ee5f7..a741af8283f 100644
--- a/engines/mediastation/detection_tables.h
+++ b/engines/mediastation/detection_tables.h
@@ -94,8 +94,8 @@ const ADGameDescription gameDescriptions[] = {
 		"lionking",
 		"2.0GB",
 		AD_ENTRY2s(
-			"BOOT.STM", "c90200e52bcaad52524520d461caef2b", 29884,
-			"100.CXT", "ce40843604b8c52701694cd543072a88", 3253600
+			"BOOT.STM", "72e9211eb97b968e8db20c0fec919eb4", 23610,
+			"100.CXT", "069b86f0912627bc1fffb1dee9b68afa", 1455740
 		),
 		Common::EN_GRB,
 		Common::kPlatformWindows,




More information about the Scummvm-git-logs mailing list