diff options
author | D G Turner | 2012-06-02 03:10:33 +0100 |
---|---|---|
committer | D G Turner | 2012-06-02 03:10:33 +0100 |
commit | 3367679ae80e89dcdbc424af477ee743007050ac (patch) | |
tree | fb65460353a70032e611aa337f796b84d9398982 /engines | |
parent | 6ecd71270da3e3ddaadf181e37a17419c74cdef2 (diff) | |
download | scummvm-rg350-3367679ae80e89dcdbc424af477ee743007050ac.tar.gz scummvm-rg350-3367679ae80e89dcdbc424af477ee743007050ac.tar.bz2 scummvm-rg350-3367679ae80e89dcdbc424af477ee743007050ac.zip |
TONY: Correcting full english version detection entries.
Though the CD contains installshield cabinets, these don't contain
the required datafiles. These are instead already found on the CD in
the directories named "Music", "Voices" and "Roasted".
The last of these contains the main datafiles and executables.
It appears the installshield cabinet format here is using a rare
"external" link format pointing to the files and folders on the CD.
Since the files are on the CD anyway, the "compressed" entry is not
required.
However, the detection entry is likely to need some more changes to
support detection of these in the original CD folder structure..
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/detection_tables.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index 23defb57c0..63a6d044ae 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -27,7 +27,7 @@ static const TonyGameDescription gameDescriptions[] = { // Tony Tough English { "tony", - "Extracted", + "", AD_ENTRY1s("roasted.mpr", "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071), Common::EN_ANY, Common::kPlatformPC, @@ -37,19 +37,6 @@ static const TonyGameDescription gameDescriptions[] = { }, { - // Tony Tough English (Compressed) - { - "tony", - "", - AD_ENTRY1s("data1.cab", "ce82907242166bfb594d97bdb68f96d2", 4350), - Common::EN_ANY, - Common::kPlatformPC, - ADGF_NO_FLAGS | GF_COMPRESSED, - GUIO1(GUIO_NONE) - }, - }, - - { // Tony Tough English Demo { "tony", |