DREAMWEB: flag all WIP games with ADGF_UNSTABLE

all
This commit is contained in:
Tarek Soliman 2011-06-15 14:02:42 -05:00
parent 1ef7e95820
commit 901b6191c5

View file

@ -42,7 +42,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformPC, Common::kPlatformPC,
ADGF_NO_FLAGS, ADGF_UNSTABLE,
GUIO_NONE GUIO_NONE
}, },
}, },
@ -59,7 +59,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformPC, Common::kPlatformPC,
ADGF_CD, ADGF_CD | ADGF_UNSTABLE,
GUIO_NONE GUIO_NONE
}, },
}, },