diff options
| -rw-r--r-- | engines/scumm/detection_tables.h | 1 | ||||
| -rw-r--r-- | engines/scumm/scumm-md5.h | 3 | ||||
| -rw-r--r-- | tools/scumm-md5.txt | 1 | 
3 files changed, 4 insertions, 1 deletions
| diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index d281364a77..8d70afecf2 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -713,6 +713,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {  	{ "puttrace", "racedemo", kGenHEPC, UNK_LANG, UNK, 0 },  	{ "puttrace", "RaceDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },  	{ "puttrace", "Rennen", kGenHEPC, Common::DE_DEU, UNK, 0 }, +	{ "puttrace", "PouceCourse", kGenHEPC, Common::FR_FRA, UNK, 0 },  	{ "puttrace", "Putt500", kGenHEPC, Common::NL_NLD, UNK, 0 },  	{ "puttrace", "Putt500", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },  	{ "puttrace", "Putt500 demo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 9c076ddfc8..b220779c55 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 Sat Sep 06 07:02:46 2008 +  This file was generated by the md5table tool on Tue Sep 23 12:32:31 2008    DO NOT EDIT MANUALLY!   */ @@ -226,6 +226,7 @@ static const MD5Table md5table[] = {  	{ "55d3987641bf229c83bc729210173383", "zak", "V1", "", -1, Common::EN_ANY, Common::kPlatformC64 },  	{ "55e4cc866ff9046824e1c638ba2b8c7f", "ft", "", "", -1, Common::RU_RUS, Common::kPlatformUnknown },  	{ "566165a7338fa11029e7c14d94fa70d0", "freddi", "HE 73", "Demo", 9800, Common::EN_ANY, Common::kPlatformWindows }, +	{ "5719fc8a13b4638b78d9d8d12f091f94", "puttrace", "HE 98.5", "", -1, Common::FR_FRA, Common::kPlatformWindows },  	{ "5798972220cd458be2626d54c80f71d7", "atlantis", "", "Floppy", -1, Common::IT_ITA, Common::kPlatformAmiga },  	{ "57a17febe2183f521250e55d55b83e60", "PuttTime", "HE 99", "", -1, Common::FR_FRA, Common::kPlatformWindows },  	{ "57a5cfec9ef231a007043cc1917e8988", "freddi", "HE 100", "", -1, Common::EN_ANY, Common::kPlatformWii }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 0ce6ded8a3..1196ef9cc8 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -660,6 +660,7 @@ puttrace	Putt-Putt Enters the Race  	981e1e1891f2be7e25a01f50ae55a5af	-1	us	All	HE 98	-	-	Kirben  	1ed22f601f8b3695804a6583cc3083f1	-1	nl	All	HE 98.5	-	-	daniel9  	33e989f85da700e2014d00f345cab3d7	-1	fr	Windows	HE 98.5	-	-	gist974 +	5719fc8a13b4638b78d9d8d12f091f94	-1	fr	Windows	HE 98.5	-	-	thyphoon  	b47be81e39a9710f6f595f7b527b60f8	-1	gb	Windows	HE 99	-	-	Reckless  	055ffe4f47753e47594ac67823220c54	-1	de	All	HE 99	-	-	Joachim Eberhard  	62050da376483d8edcbd98cd26b6cb57	-1	ru	Windows	HE 99	-	-	sev | 
