diff options
author | Eugene Sandulenko | 2011-06-17 10:19:57 -0700 |
---|---|---|
committer | Eugene Sandulenko | 2011-06-17 10:19:57 -0700 |
commit | 94ad45b0589faf3e316ecd988831e2d99f5ea28d (patch) | |
tree | e6fa68545dcf02cd8422b4a01e0bdb5d2f2ab385 /engines/dreamweb/detection_tables.h | |
parent | 27890ec3e2cb708fc18f46f839dc8ce9d8311b3d (diff) | |
parent | 901b6191c5066ee373a588ad593bffa9ee076dca (diff) | |
download | scummvm-rg350-94ad45b0589faf3e316ecd988831e2d99f5ea28d.tar.gz scummvm-rg350-94ad45b0589faf3e316ecd988831e2d99f5ea28d.tar.bz2 scummvm-rg350-94ad45b0589faf3e316ecd988831e2d99f5ea28d.zip |
Merge pull request #30 from tsoliman/configure-enhancement-warning-clean
Configure enhancement warning clean
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
-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 }, }, |