diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 668c1ba7ed..7b603bec88 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -1084,8 +1084,7 @@ protected: const OpcodeEntryV80he *_opcodesV80he; - int32 _heSndResId; - int _curSndId, _sndPtrOffs, _sndTmrOffs; + int32 _heSndResId, _curSndId, _sndPtrOffs, _sndTmrOffs; public: ScummEngine_v80he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16], int substResFileNameIndex); |