diff options
author | Eugene Sandulenko | 2008-11-10 22:08:52 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-11-10 22:08:52 +0000 |
commit | 388e0d3417dc236a604ab0273616aebd277a4238 (patch) | |
tree | 20b0d9e021b93b10e068c87b1c35db568a6cdd57 /engines | |
parent | 8940030f448b7a68a1300925b7b2f2dc75cf1c71 (diff) | |
download | scummvm-rg350-388e0d3417dc236a604ab0273616aebd277a4238.tar.gz scummvm-rg350-388e0d3417dc236a604ab0273616aebd277a4238.tar.bz2 scummvm-rg350-388e0d3417dc236a604ab0273616aebd277a4238.zip |
Add entry for English version. Dies instantly for me.
svn-id: r34997
Diffstat (limited to 'engines')
-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 931e006fdb..d650ab9028 100644 --- a/engines/tucker/detection.cpp +++ b/engines/tucker/detection.cpp @@ -46,6 +46,14 @@ static const Common::ADGameDescription tuckerGameDescriptions[] = { Common::kPlatformPC, Common::ADGF_NO_FLAGS }, + { + "tucker", + "", + AD_ENTRY1s("infobar.txt", "9c1ddeafc5283b90d1a284bd0924831c", 462), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, AD_TABLE_END_MARKER }; |