aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-27 19:32:36 +0000
committerPaweł Kołodziejski2002-10-27 19:32:36 +0000
commitbf3505da5c161a448c0431c2ae0c81368a7ae673 (patch)
treec1421f7c6efb45277febcc1263ae1fa64a0cdb13 /scumm/scumm.h
parentf9195c154c3631e1f9125496063f97c913aee737 (diff)
downloadscummvm-rg350-bf3505da5c161a448c0431c2ae0c81368a7ae673.tar.gz
scummvm-rg350-bf3505da5c161a448c0431c2ae0c81368a7ae673.tar.bz2
scummvm-rg350-bf3505da5c161a448c0431c2ae0c81368a7ae673.zip
don't put samples into stream SoundMixer if sound card is disabled
svn-id: r5338
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
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;