aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 3d7a7c61ac..47e2266e40 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1087,7 +1087,7 @@ protected:
const OpcodeEntryV80he *_opcodesV80he;
int32 _heSndResId;
- int _curSndId, _sndOffs1, _sndOffs2;
+ int _curSndId, _sndPtrOffs, _sndTmrOffs;
public:
ScummEngine_v80he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16], int substResFileNameIndex);