diff options
author | Tarek Soliman | 2011-04-29 23:15:33 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-06-16 13:37:58 -0500 |
commit | 1ef7e958201a6a5f4d99071944fa1048fbf5357f (patch) | |
tree | b5412a372e1ae46d5cc06730fab9cba6c347a7b2 /engines | |
parent | 206256713d993a39a0f154a2a6c9378271bca0a6 (diff) | |
download | scummvm-rg350-1ef7e958201a6a5f4d99071944fa1048fbf5357f.tar.gz scummvm-rg350-1ef7e958201a6a5f4d99071944fa1048fbf5357f.tar.bz2 scummvm-rg350-1ef7e958201a6a5f4d99071944fa1048fbf5357f.zip |
TSAGE: flag all WIP games with ADGF_UNSTABLE
all
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 4cd74ff13d..2b64222425 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -32,7 +32,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("ring.rlb", "466f0e6492d9d0f34d35c5cd088de90f", 37847618), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NONE }, GType_Ringworld, @@ -46,7 +46,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("ring.rlb", "7b7f0c5b37b58fa5ec06ebb2ca0d0d9d", 8438770), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NONE }, GType_Ringworld, @@ -91,7 +91,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("blue.rlb", "17c3993415e8a2cf93040eef7e88ec93", 1156508), Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NONE }, GType_BlueForce, |