mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
this too
svn-id: r13743
This commit is contained in:
parent
8c6f3ddc0a
commit
ffb842c026
@ -85,17 +85,17 @@ private:
|
||||
ScummEngine *_vm;
|
||||
ImuseDigiSndMgr *_sound;
|
||||
|
||||
int _volVoice;
|
||||
int _volSfx;
|
||||
int _volMusic;
|
||||
int32 _volVoice;
|
||||
int32 _volSfx;
|
||||
int32 _volMusic;
|
||||
|
||||
bool _pause;
|
||||
|
||||
int _attributes[188];
|
||||
int _nextSeqToPlay;
|
||||
int _curMusicState;
|
||||
int _curMusicSeq;
|
||||
int _curMusicCue;
|
||||
int32 _attributes[188];
|
||||
int32 _nextSeqToPlay;
|
||||
int32 _curMusicState;
|
||||
int32 _curMusicSeq;
|
||||
int32 _curMusicCue;
|
||||
|
||||
static void timer_handler(void *refConf);
|
||||
void callback();
|
||||
|
Loading…
x
Reference in New Issue
Block a user