Skip to content

Commit

Permalink
TONY: Remove TEMPORARY_DISABLED define from detection tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Jun 2, 2012
1 parent 01df8ae commit be32076
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions engines/tony/detection_tables.h
Expand Up @@ -32,11 +32,7 @@ static const TonyGameDescription gameDescriptions[] = {
AD_ENTRY1s("roasted.mpr", "06203dbbc85fdd1e6dc8fc211c1a6207", 14972409),
Common::EN_ANY,
Common::kPlatformPC,
#ifdef TEMPORARY_DISABLED
ADGF_DEMO,
#else
ADGF_NO_FLAGS,
#endif
GUIO1(GUIO_NONE)
},
},
Expand All @@ -49,11 +45,7 @@ static const TonyGameDescription gameDescriptions[] = {
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)
},
},
Expand Down

0 comments on commit be32076

Please sign in to comment.