[Scummvm-git-logs] scummvm master -> a9b0d6e2dd69527aa73577cc44a9e132d9cdeb73
AndywinXp
noreply at scummvm.org
Tue Jul 11 20:44:47 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:
a9b0d6e2dd SCUMM/HE: PUTTRACE: Fix crash at start-up on italian version (#13230)
Commit: a9b0d6e2dd69527aa73577cc44a9e132d9cdeb73
https://github.com/scummvm/scummvm/commit/a9b0d6e2dd69527aa73577cc44a9e132d9cdeb73
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-07-11T22:44:39+02:00
Commit Message:
SCUMM/HE: PUTTRACE: Fix crash at start-up on italian version (#13230)
Like more foreign versions on the same section of the md5 table,
the version was erroneously set to HE 98. Setting it to HE 99 fixes
the issue and correctly allows the game to run without crashing.
Changed paths:
devtools/scumm-md5.txt
engines/scumm/scumm-md5.h
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 5bbea88f48d..afd4c1a18d2 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -803,7 +803,7 @@ socks Pajama Sam's Sock Works
puttrace Putt-Putt Enters the Race
981e1e1891f2be7e25a01f50ae55a5af 32898 us All HE 98 - - Kirben
- 05d3143827ab4f5d2521a1a47dab8ff2 -1 it All HE 98 - - Saleck
+ 05d3143827ab4f5d2521a1a47dab8ff2 -1 it All HE 99 - - Saleck
1ed22f601f8b3695804a6583cc3083f1 32898 nl All HE 98.5 - - daniel9
33e989f85da700e2014d00f345cab3d7 32754 fr Windows HE 98.5 - - gist974
b47be81e39a9710f6f595f7b527b60f8 32923 gb Windows HE 99 - - Reckless
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index f60dd6d985f..998d909560a 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Thu May 25 03:13:07 2023
+ This file was generated by the md5table tool on Tue Jul 11 20:40:56 2023
DO NOT EDIT MANUALLY!
*/
@@ -36,7 +36,7 @@ static const MD5Table md5table[] = {
{ "0557df19f046a84c2fdc63507c6616cb", "farm", "HE 72", "Demo", 34333, Common::NL_NLD, Common::kPlatformWindows },
{ "055ffe4f47753e47594ac67823220c54", "puttrace", "HE 99", "", 32923, Common::DE_DEU, Common::kPlatformUnknown },
{ "057c9b456dedcc4d71b991a3072a20b3", "monkey", "SEGA", "", 9465, Common::JA_JPN, Common::kPlatformSegaCD },
- { "05d3143827ab4f5d2521a1a47dab8ff2", "puttrace", "HE 98", "", -1, Common::IT_ITA, Common::kPlatformUnknown },
+ { "05d3143827ab4f5d2521a1a47dab8ff2", "puttrace", "HE 99", "", -1, Common::IT_ITA, Common::kPlatformUnknown },
{ "06865ea0fae1aeef2d6b96d8ae7ecc41", "maniac", "V2", "V2", 1988, Common::RU_RUS, Common::kPlatformDOS },
{ "06b187468113f9ae5a400b148a847fac", "atlantis", "Floppy", "Floppy", 12075, Common::EN_ANY, Common::kPlatformMacintosh },
{ "06c3cf4f31daad8b1cd93153491db9e6", "pajama3", "", "", 79382, Common::NL_NLD, Common::kPlatformUnknown },
More information about the Scummvm-git-logs
mailing list