diff options
| author | Paweł Kołodziejski | 2002-10-04 08:04:35 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2002-10-04 08:04:35 +0000 |
| commit | 01ccb6be9a90564b05ad7bbb509ee03971c61cfa (patch) | |
| tree | 3bb3c34d5c5fa1594c982dacf3110e03bc336ea5 /scumm/imuse.h | |
| parent | aa2d21d68ea05b1141fa04d8a73499661b9c955a (diff) | |
| download | scummvm-rg350-01ccb6be9a90564b05ad7bbb509ee03971c61cfa.tar.gz scummvm-rg350-01ccb6be9a90564b05ad7bbb509ee03971c61cfa.tar.bz2 scummvm-rg350-01ccb6be9a90564b05ad7bbb509ee03971c61cfa.zip | |
added looping voc samples in imuse(not tested)
svn-id: r5087
Diffstat (limited to 'scumm/imuse.h')
| -rw-r--r-- | scumm/imuse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/imuse.h b/scumm/imuse.h index 9143cf7dd8..df3cb3f862 100644 --- a/scumm/imuse.h +++ b/scumm/imuse.h @@ -83,7 +83,8 @@ private: int8 _volumeRight; int8 _volume; int8 _volumeFade; - bool _isLoop; + bool _isJump; + uint32 _numLoops; uint32 _offsetStop; jump _jump[MAX_IMUSE_JUMPS]; uint32 _numJumps; |
