aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-11-14 09:45:42 +0000
committerJordi Vilalta Prat2008-11-14 09:45:42 +0000
commitf773ec4df463546f709c4e03e0060c1b0a2a253c (patch)
tree8536c49fa77eb98bd644c18870694862035d9ddc /engines/tucker
parent0f38e67f5730673d0e07b65914bb9b99a113b4ed (diff)
downloadscummvm-rg350-f773ec4df463546f709c4e03e0060c1b0a2a253c.tar.gz
scummvm-rg350-f773ec4df463546f709c4e03e0060c1b0a2a253c.tar.bz2
scummvm-rg350-f773ec4df463546f709c4e03e0060c1b0a2a253c.zip
Added detection entry for Spanish Bud Tucker
svn-id: r35052
Diffstat (limited to 'engines/tucker')
-rw-r--r--engines/tucker/detection.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp
index d650ab9028..bf4063b11a 100644
--- a/engines/tucker/detection.cpp
+++ b/engines/tucker/detection.cpp
@@ -54,6 +54,14 @@ static const Common::ADGameDescription tuckerGameDescriptions[] = {
Common::kPlatformPC,
Common::ADGF_NO_FLAGS
},
+ {
+ "tucker",
+ "",
+ AD_ENTRY1s("infobar.txt", "1b3ea79d8528ea3c7df83dd0ed345e37", 525),
+ Common::ES_ESP,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
AD_TABLE_END_MARKER
};