TONY: Add support for using the compressed version of the demo

This commit is contained in:
Matthew Hoops 2012-05-28 16:56:31 -04:00
parent ab45e72e67
commit 6e104f0883
4 changed files with 39 additions and 1 deletions

View file

@ -41,6 +41,23 @@ static const TonyGameDescription gameDescriptions[] = {
},
},
{
// Tony Tough English Demo (Compressed)
{
"tony",
"Demo",
AD_ENTRY1s("data1.cab", "7d8b6d308f96aee3968ad7910fb11e6d", 58660608),
Common::EN_ANY,
Common::kPlatformPC,
#ifdef TEMPORARY_DISABLED
ADGF_DEMO | GF_COMPRESSED,
#else
ADGF_NO_FLAGS | GF_COMPRESSED,
#endif
GUIO1(GUIO_NONE)
},
},
{ AD_TABLE_END_MARKER }
};