diff options
| author | Joost Peters | 2009-05-12 12:57:03 +0000 | 
|---|---|---|
| committer | Joost Peters | 2009-05-12 12:57:03 +0000 | 
| commit | b13a8090b2de950279994484d324b1d46969fac6 (patch) | |
| tree | 91c4f53148bd4c8d554282c5ed1b82f8cd8ee32d | |
| parent | e7184402fb6d6bb4fe5d395220f141cf7aa59fab (diff) | |
| download | scummvm-rg350-b13a8090b2de950279994484d324b1d46969fac6.tar.gz scummvm-rg350-b13a8090b2de950279994484d324b1d46969fac6.tar.bz2 scummvm-rg350-b13a8090b2de950279994484d324b1d46969fac6.zip | |
set resource version for LSL6 low-res CD version as well + update language comment
svn-id: r40485
| -rw-r--r-- | engines/sci/detection.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 18a6b162aa..7fb5c1ddc7 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1632,13 +1632,13 @@ static const struct SciGameDescription SciGameDescriptions[] = {  		SCI_VERSION(1, 001, 113)  	}, -	// Larry 6 - English/German DOS CD - LORES +	// Larry 6 - English/German/French DOS CD - LORES  	{{"lsl6", "", {  		{"resource.map", 0, "0b91234b7112782962cb480b7791b6e2", 7263},  		{"resource.000", 0, "57d5fe8bb9e044158514476ea7678eb0", 5754790},  		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},  		{}, -		SCI_VERSION_AUTODETECT, +		SCI_VERSION_1_1,  		SCI_VERSION(1, 001, 115)  	}, | 
