diff options
| author | Travis Howell | 2006-09-21 00:43:21 +0000 | 
|---|---|---|
| committer | Travis Howell | 2006-09-21 00:43:21 +0000 | 
| commit | efc3fb4a3a22f988f67d2c0c12a7ab5de5293143 (patch) | |
| tree | 0a9f2d96a6c9d45ef7d716e76b251c638bf55a3c | |
| parent | f3ad70c1d435a220c37008e6fb1b66d99901bc67 (diff) | |
| download | scummvm-rg350-efc3fb4a3a22f988f67d2c0c12a7ab5de5293143.tar.gz scummvm-rg350-efc3fb4a3a22f988f67d2c0c12a7ab5de5293143.tar.bz2 scummvm-rg350-efc3fb4a3a22f988f67d2c0c12a7ab5de5293143.zip | |
Correct HE version for Dutch version of putttime
svn-id: r23956
| -rw-r--r-- | engines/scumm/scumm-md5.h | 4 | ||||
| -rw-r--r-- | tools/scumm-md5.txt | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 0a31c0e4f2..1bf3d95dda 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 Wed Sep 20 23:26:23 2006 +  This file was generated by the md5table tool on Thu Sep 21 00:38:53 2006    DO NOT EDIT MANUALLY!   */ @@ -508,7 +508,7 @@ static const MD5Table md5table[] = {  	{ "fc53ce0e5f6562b1c1e1b4b8203acafb", "samnmax", "", "Floppy", -1, Common::ES_ESP, Common::kPlatformPC },  	{ "fc6b6148e80d67939d9a18697c0f626a", "monkey", "EGA", "EGA", -1, Common::DE_DEU, Common::kPlatformPC },  	{ "fc8d197a22146e74766e9cb0cfcaf1da", "freddi2", "HE 80", "Demo", 27298, Common::EN_ANY, Common::kPlatformUnknown }, -	{ "fcb78ebecab2757264c590890c319cc5", "PuttTime", "HE 100", "", -1, Common::NL_NLD, Common::kPlatformUnknown }, +	{ "fcb78ebecab2757264c590890c319cc5", "PuttTime", "HE 85", "", -1, Common::NL_NLD, Common::kPlatformUnknown },  	{ "fce4b8010704b103acfeea9413788f32", "freddi2", "HE 80", "", -1, Common::DE_DEU, Common::kPlatformUnknown },  	{ "fe381e45117878b1e942cb876b050fd6", "ft", "", "", 513243679, Common::EN_ANY, Common::kPlatformMacintosh },  	{ "fe60d6b5ff51b0553ac59963123b5777", "comi", "", "", 76791, Common::UNK_LANG, Common::kPlatformWindows }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 12b11423c9..830f49b3b4 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -646,6 +646,7 @@ puttzoo	Putt-Putt Saves the Zoo  	2a446817ffcabfef8716e0c456ecaf81	-1	de	Windows	-	Demo	-	Joachim Eberhard  PuttTime	Putt-Putt Travels Through Time +	fcb78ebecab2757264c590890c319cc5	-1	nl	All	HE 85	-	-	adutchguy, daniel9  	63fdcdc95cdeea00060883aed38e5504	-1	en	All	HE 85	-	-	iziku  	db21a6e338fe3b70c2723b6530865bf2	-1	fr	Windows	HE 85	-	-	gist974  	84e3c23a49ded8a6f9197735c8eb3de7	-1	de	Windows	HE 85	-	-	oncer @@ -653,7 +654,6 @@ PuttTime	Putt-Putt Travels Through Time  	7c980a1b1596a93f26917318884f48f7	-1	de	All	HE 99	Updated	-	Joachim Eberhard  	d4aac997e2f4e15341f0bfbf905419bd	62698	gb	Windows	HE 99	-	-	eriktorbjorn  	defb8cb9ec4b0f91acfb6b61c6129ad9	-1	ru	Windows	HE 99	-	-	sev -	fcb78ebecab2757264c590890c319cc5	-1	nl	All	HE 100	-	-	adutchguy, daniel9  	a525c1753c1db5011c00417da37887ef	-1	us	All	HE 100	Updated	-	Kirben  	4e5867848ee61bc30d157e2c94eee9b4	18394	us	All	HE 90	Demo	-	khalek, sev | 
