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

mistydemeo noreply at scummvm.org
Sun Mar 19 17:37:18 UTC 2023


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:
c637e21b43 DIRECTOR: correct mominoki demo filesize


Commit: c637e21b4398ebb92de11a35e9cb6a407920ec0a
    https://github.com/scummvm/scummvm/commit/c637e21b4398ebb92de11a35e9cb6a407920ec0a
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-03-19T10:36:54-07:00

Commit Message:
DIRECTOR: correct mominoki demo filesize

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fe7aa45cbeb..dfa94238265 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4473,7 +4473,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("moag", "", "WINMOAG.EXE", "3483a0e7c65996c4edce7f8c0c3c43e3", 726173, 404),
 
 	// Original filename is もみの木の下で.予告編
-	MACDEMO1_l("mominoki", "Demo", "Mominoki no shita de.Trailer", "0666ae690e459d3d0d91800ebd94de46", 290654, Common::JA_JPN, 402),
+	MACDEMO1_l("mominoki", "Demo", "Mominoki no shita de.Trailer", "0666ae690e459d3d0d91800ebd94de46", 290398, Common::JA_JPN, 402),
 
 	MACGAME1_l("monja", "", "monja", "cd6695c8488c2ad352336af5afdcf5bd", 481803, Common::JA_JPN, 404),
 	WINGAME1t_l("monja", "", "MONJA.EXE", "5bc2c8a824528ec4de0f8d8feb8f004e", 212008995, Common::JA_JPN, 404),




More information about the Scummvm-git-logs mailing list