diff options
author | Tarek Soliman | 2011-06-15 14:02:42 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-06-16 13:37:58 -0500 |
commit | 901b6191c5066ee373a588ad593bffa9ee076dca (patch) | |
tree | 2832415baf59f605da12e69a0fe8160fc586b12e | |
parent | 1ef7e958201a6a5f4d99071944fa1048fbf5357f (diff) | |
download | scummvm-rg350-901b6191c5066ee373a588ad593bffa9ee076dca.tar.gz scummvm-rg350-901b6191c5066ee373a588ad593bffa9ee076dca.tar.bz2 scummvm-rg350-901b6191c5066ee373a588ad593bffa9ee076dca.zip |
DREAMWEB: flag all WIP games with ADGF_UNSTABLE
all
-rw-r--r-- | engines/dreamweb/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 13184650ba..058d43cbd2 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -42,7 +42,7 @@ static const DreamWebGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO_NONE }, }, @@ -59,7 +59,7 @@ static const DreamWebGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_CD, + ADGF_CD | ADGF_UNSTABLE, GUIO_NONE }, }, |