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

mistydemeo noreply at scummvm.org
Thu Jul 14 01:08:08 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:
a0c114db8e DIRECTOR: correct paws mac filesize


Commit: a0c114db8e27a592966bbff8896aa68cd713f977
    https://github.com/scummvm/scummvm/commit/a0c114db8e27a592966bbff8896aa68cd713f977
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-07-13T15:47:52-07:00

Commit Message:
DIRECTOR: correct paws mac filesize

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 12ae58ae064..f3ce169d253 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4171,7 +4171,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("pasosuke", "", "xn--PPC-873bpbxa3l", "6822defa470ade9836e0d90f365a035c", 58401, Common::JA_JPN, 404),
 	WINGAME1_l("pasosuke", "", "PASOSUKE.EXE", "81c32e386efd5b68848dacc0a24e8736", 746803, Common::JA_JPN, 404),
 
-	MACGAME1("paws", "", "Start the Dog!", "af8fad5423f5416fe7743198e3909294", 325317, 404),
+	MACGAME1("paws", "", "Start the Dog!", "af8fad5423f5416fe7743198e3909294", 325061, 404),
 	MACDEMO1("paws", "Making of", "The Making of P.A.W.S", "a55b1e9e9d04a2234189a6bcfbe69e4c", 295404, 404),
 	WINGAME1("paws", "", "STARTDOG.EXE", "5c9a56c88b4bb8732377f93f62a885a4", 818961, 404),
 	WINDEMO1("paws", "Making of", "MAKEPAWS.EXE", "559f4c728a348c18b96cddaf102e3413", 874293, 404),




More information about the Scummvm-git-logs mailing list