From 610c5eb336f9e6561f44772845fbd525a0bb5eab Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 22 Oct 2010 21:49:21 +0000 Subject: TINSEL: Load samples file for DW2 Demo svn-id: r53714 --- engines/tinsel/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/tinsel/sound.cpp b/engines/tinsel/sound.cpp index 6e8e736e14..0a32ab143f 100644 --- a/engines/tinsel/sound.cpp +++ b/engines/tinsel/sound.cpp @@ -480,8 +480,8 @@ void SoundManager::setSFXVolumes(uint8 volume) { * Opens and inits all sound sample files. */ void SoundManager::openSampleFiles() { - // Floppy and demo versions have no sample files - if (_vm->getFeatures() & GF_FLOPPY || _vm->getFeatures() & GF_DEMO) + // Floppy and demo versions have no sample files, except for the Discworld 2 demo + if (_vm->getFeatures() & GF_FLOPPY || (IsDemo && !TinselV2)) return; TinselFile f; -- cgit v1.2.3