diff options
author | D G Turner | 2012-06-02 01:44:34 +0100 |
---|---|---|
committer | D G Turner | 2012-06-02 01:52:10 +0100 |
commit | be320760bd2b3f8f7ada1f27eb4e9997bbb25f4a (patch) | |
tree | 45ad32874ccd4816e1de350e81454a878a13e66e /engines | |
parent | 01df8ae0e81a25c14b0f17e82af9d0ce407846e0 (diff) | |
download | scummvm-rg350-be320760bd2b3f8f7ada1f27eb4e9997bbb25f4a.tar.gz scummvm-rg350-be320760bd2b3f8f7ada1f27eb4e9997bbb25f4a.tar.bz2 scummvm-rg350-be320760bd2b3f8f7ada1f27eb4e9997bbb25f4a.zip |
TONY: Remove TEMPORARY_DISABLED define from detection tables.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/detection_tables.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index 3510178474..498dcb4eb5 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -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) }, }, @@ -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) }, }, |