diff options
| author | Gregory Montoir | 2008-12-16 22:09:55 +0000 | 
|---|---|---|
| committer | Gregory Montoir | 2008-12-16 22:09:55 +0000 | 
| commit | 328f0cda5d2a3ebc77ce383faf83653ff348baf1 (patch) | |
| tree | 137ecd7cde7a17dec77f3c237dd8a42187a6325e | |
| parent | f18f79ebf7bfe1a348250e545a19ba12b25c35fa (diff) | |
| download | scummvm-rg350-328f0cda5d2a3ebc77ce383faf83653ff348baf1.tar.gz scummvm-rg350-328f0cda5d2a3ebc77ce383faf83653ff348baf1.tar.bz2 scummvm-rg350-328f0cda5d2a3ebc77ce383faf83653ff348baf1.zip | |
added Czech version detection entry, tracker item #2435411
svn-id: r35402
| -rw-r--r-- | engines/tucker/detection.cpp | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp index 33c2313413..8f267420f4 100644 --- a/engines/tucker/detection.cpp +++ b/engines/tucker/detection.cpp @@ -79,6 +79,14 @@ static const Common::ADGameDescription tuckerGameDescriptions[] = {  		Common::kPlatformPC,  		Common::ADGF_NO_FLAGS  	}, +	{ +		"tucker", +		"", +		AD_ENTRY1s("infobar.txt", "e548994877ff31ca304f6352ce022a8e", 497), +		Common::CZ_CZE, +		Common::kPlatformPC, +		Common::ADGF_NO_FLAGS +	},  	AD_TABLE_END_MARKER  }; | 
