aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-01-24 06:41:10 +0000
committerJames Brown2003-01-24 06:41:10 +0000
commit5f7cd1c93d0d1cc600e634173610fbdc8ab82d69 (patch)
treed6ff54e45963d70b88c7e1a5c266e68196e707d2 /scumm/scumm.h
parentc1930e0ff52af45366060881edb085cc3b9fdb4c (diff)
downloadscummvm-rg350-5f7cd1c93d0d1cc600e634173610fbdc8ab82d69.tar.gz
scummvm-rg350-5f7cd1c93d0d1cc600e634173610fbdc8ab82d69.tar.bz2
scummvm-rg350-5f7cd1c93d0d1cc600e634173610fbdc8ab82d69.zip
LCA'03 commit: Fix talking where no sound hardware is present
svn-id: r6536
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 490785f708..46cebc6979 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -852,7 +852,7 @@ public:
uint16 _defaultTalkDelay;
bool _use_adlib;
int tempMusic;
- bool _silentDigitalImuse;
+ bool _silentDigitalImuse, _noDigitalSamples;
int _saveSound;
int current_cd_sound;