diff options
author | Strangerke | 2012-10-26 07:32:18 -0700 |
---|---|---|
committer | Strangerke | 2012-10-26 07:32:18 -0700 |
commit | 86c23885d308413288d0ea65c75e490a02de2f57 (patch) | |
tree | 6aab5d0b5bbc458cb953054fba29d3c51137cfe0 /engines | |
parent | 0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0 (diff) | |
parent | a6eddd2e99ea0b62fda35c8a6bbc18415502ba69 (diff) | |
download | scummvm-rg350-86c23885d308413288d0ea65c75e490a02de2f57.tar.gz scummvm-rg350-86c23885d308413288d0ea65c75e490a02de2f57.tar.bz2 scummvm-rg350-86c23885d308413288d0ea65c75e490a02de2f57.zip |
Merge pull request #289 from rasky/add_italian_version
Add detection for original Italian version.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index d2bd81f083..ce3ab01a9f 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -124,6 +124,22 @@ static const TonyGameDescription gameDescriptions[] = { }, }, { + // Tony Tough Italian provided by Giovanni Bajo + { + "tony", + 0, + { + {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, + {"roasted.mpc", 0, "6202816f991b15af82aab84e3e4be011", 380183}, + AD_LISTEND + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // Tony Tough Polish provided by Fabio Barzagli { "tony", |