diff options
author | Eric Fry | 2018-06-26 22:13:47 +1000 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-20 06:43:33 +0000 |
commit | aa241b8ef37a09972171159045c9f2efe0c167e9 (patch) | |
tree | 0bfb014e0c254f66fe2c2b5353b20dfaaa07f80b /engines/illusions | |
parent | 3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d (diff) | |
download | scummvm-rg350-aa241b8ef37a09972171159045c9f2efe0c167e9.tar.gz scummvm-rg350-aa241b8ef37a09972171159045c9f2efe0c167e9.tar.bz2 scummvm-rg350-aa241b8ef37a09972171159045c9f2efe0c167e9.zip |
ILLUSIONS: Mark bbdou as unstable
Drop platform from game id
Diffstat (limited to 'engines/illusions')
-rw-r--r-- | engines/illusions/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/illusions/detection.cpp b/engines/illusions/detection.cpp index ca002ae9b7..bbecdc0210 100644 --- a/engines/illusions/detection.cpp +++ b/engines/illusions/detection.cpp @@ -33,7 +33,7 @@ static const PlainGameDescriptor illusionsGames[] = { { "illusions", "Illusions engine game" }, - { "bbdou", "Beavis and Butthead Do U" }, + { "bbdou", "Beavis and Butt-head Do U" }, { "duckman", "Duckman" }, { 0, 0 } }; @@ -48,7 +48,7 @@ static const IllusionsGameDescription gameDescriptions[] = { AD_ENTRY1s("000D0001.scr", "d0c846d5dccc5607a482c7dcbdf06973", 601980), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO0() }, kGameIdBBDOU @@ -61,7 +61,7 @@ static const IllusionsGameDescription gameDescriptions[] = { AD_ENTRY1s("duckman.gam", "172c0514f3793041718159cf9cf9935f", 29560832), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUIO0() }, kGameIdDuckman @@ -74,7 +74,7 @@ static const IllusionsGameDescription gameDescriptions[] = { AD_ENTRY1s("duckman.gam", "64d16922ffb46b746fc2c12a14d75bcc", 29779968), Common::DE_DEU, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUIO0() }, kGameIdDuckman |