From bf3505da5c161a448c0431c2ae0c81368a7ae673 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 27 Oct 2002 19:32:36 +0000 Subject: don't put samples into stream SoundMixer if sound card is disabled svn-id: r5338 --- scumm/scumm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/scumm.h') diff --git a/scumm/scumm.h b/scumm/scumm.h index d1ec8f5795..46485e3918 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -884,6 +884,7 @@ public: uint16 _defaultTalkDelay; bool _use_adlib; int tempMusic; + bool _silentDigitalImuse; int _saveSound; uint16 _soundParam, _soundParam2, _soundParam3; int current_cd_sound, _cd_loops, _cd_frame, _cd_track, _cd_end; -- cgit v1.2.3