aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorTravis Howell2009-01-05 06:45:42 +0000
committerTravis Howell2009-01-05 06:45:42 +0000
commita8785eb92e2498c958e12ede2508223dcac7a266 (patch)
treefcbe95713f2ab70ac7bb330a782413544def4821 /engines/scumm/he/intern_he.h
parent0b50c114d8d76479c18b41c6dc2ed0ade92aad17 (diff)
downloadscummvm-rg350-a8785eb92e2498c958e12ede2508223dcac7a266.tar.gz
scummvm-rg350-a8785eb92e2498c958e12ede2508223dcac7a266.tar.bz2
scummvm-rg350-a8785eb92e2498c958e12ede2508223dcac7a266.zip
Add support for RIFF sound format in createSound().
svn-id: r35736
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 3b9bd40b17..a04cbc24a8 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -393,7 +393,7 @@ protected:
const OpcodeEntryV80he *_opcodesV80he;
- int32 _heSndResId, _curSndId, _sndPtrOffs, _sndTmrOffs;
+ int32 _heSndResId, _curSndId, _sndPtrOffs, _sndTmrOffs, _sndDataSize;
public:
ScummEngine_v80he(OSystem *syst, const DetectorResult &dr);