aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2009-07-19 12:52:19 +0000
committerPaul Gilbert2009-07-19 12:52:19 +0000
commit6e5063aed210984e0f6bdebcb5be2d8b2fc2d69a (patch)
treef98c7ee000cff0dd8a14895dcd3ffac1cc1c40d4 /engines
parentc9ac83c2c0537e633a82e194c645ddfb2d6b621a (diff)
downloadscummvm-rg350-6e5063aed210984e0f6bdebcb5be2d8b2fc2d69a.tar.gz
scummvm-rg350-6e5063aed210984e0f6bdebcb5be2d8b2fc2d69a.tar.bz2
scummvm-rg350-6e5063aed210984e0f6bdebcb5be2d8b2fc2d69a.zip
Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entry
svn-id: r42611
Diffstat (limited to 'engines')
-rw-r--r--engines/tinsel/detection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index a3f921505a..df3f95ca13 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -79,6 +79,8 @@ namespace Tinsel {
using Common::GUIO_NONE;
using Common::GUIO_NOSPEECH;
+using Common::GUIO_NOSFX;
+using Common::GUIO_NOMUSIC;
static const TinselGameDescription gameDescriptions[] = {
@@ -101,7 +103,7 @@ static const TinselGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_DEMO,
- GUIO_NOSPEECH
+ GUIO_NOSPEECH | GUIO_NOSFX | GUIO_NOMUSIC
},
GID_DW1,
0,