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.
This commit is contained in:
AndywinXp 2023-07-11 22:44:39 +02:00
parent 3f4767c41f
commit a9b0d6e2dd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 },