From 6e5063aed210984e0f6bdebcb5be2d8b2fc2d69a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Jul 2009 12:52:19 +0000 Subject: Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entry svn-id: r42611 --- engines/tinsel/detection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines') 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, -- cgit v1.2.3