diff options
author | Giovanni Bajo | 2012-10-26 12:52:15 +0200 |
---|---|---|
committer | Giovanni Bajo | 2012-10-26 12:52:15 +0200 |
commit | a6eddd2e99ea0b62fda35c8a6bbc18415502ba69 (patch) | |
tree | 2e604053795cf882436e6f9fba280d04a3bce331 | |
parent | 880ac5d49407a639ffa6f70a785e3d25d58507ef (diff) | |
download | scummvm-rg350-a6eddd2e99ea0b62fda35c8a6bbc18415502ba69.tar.gz scummvm-rg350-a6eddd2e99ea0b62fda35c8a6bbc18415502ba69.tar.bz2 scummvm-rg350-a6eddd2e99ea0b62fda35c8a6bbc18415502ba69.zip |
Add detection for original Italian version.
-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", |