diff options
author | Strangerke | 2013-06-11 07:54:49 +0200 |
---|---|---|
committer | Strangerke | 2013-06-11 07:54:49 +0200 |
commit | 9c0297bc9e91b3ba32de0e8d7e82447218b3e529 (patch) | |
tree | 208452cf43854790256699fed73d790b934a7810 /engines | |
parent | ad38029e6e10db27652e2f79c9c68b87593ebffa (diff) | |
download | scummvm-rg350-9c0297bc9e91b3ba32de0e8d7e82447218b3e529.tar.gz scummvm-rg350-9c0297bc9e91b3ba32de0e8d7e82447218b3e529.tar.bz2 scummvm-rg350-9c0297bc9e91b3ba32de0e8d7e82447218b3e529.zip |
TONY: Add detection for English version unpacked
Thanks Tomaso for reporting the problem
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index ee137927dc..537f88df45 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -196,6 +196,23 @@ static const TonyGameDescription gameDescriptions[] = { }, }, + { + // Tony Tough English Unpacked + { + "tony", + 0, + { + {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, + {"roasted.mpc", 0, "57c4a3860cf899443c357e0078ea6f49", 366773}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { AD_TABLE_END_MARKER } }; |