aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/detection_tables.h
diff options
context:
space:
mode:
authorStrangerke2013-06-11 08:11:45 +0200
committerStrangerke2013-06-11 08:11:45 +0200
commitdaebd2657a0f6671329f145d239633ee4c30bbfe (patch)
tree4d86f591df00acdcc50b7435d52af783bd5e93c2 /engines/tony/detection_tables.h
parent9c0297bc9e91b3ba32de0e8d7e82447218b3e529 (diff)
downloadscummvm-rg350-daebd2657a0f6671329f145d239633ee4c30bbfe.tar.gz
scummvm-rg350-daebd2657a0f6671329f145d239633ee4c30bbfe.tar.bz2
scummvm-rg350-daebd2657a0f6671329f145d239633ee4c30bbfe.zip
TONY: Add detection for German "Shoe Box", bug #3582420
Diffstat (limited to 'engines/tony/detection_tables.h')
-rw-r--r--engines/tony/detection_tables.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 537f88df45..ca16495903 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -213,6 +213,23 @@ static const TonyGameDescription gameDescriptions[] = {
},
},
+ {
+ // Tony Tough German "Shoe Box", reported in bug #3582420
+ {
+ "tony",
+ 0,
+ {
+ {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+ {"roasted.mpc", 0, "bc3471f098e591dc509dcad401a8d8a5", 389554},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};