aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-04 08:04:35 +0000
committerPaweł Kołodziejski2002-10-04 08:04:35 +0000
commit01ccb6be9a90564b05ad7bbb509ee03971c61cfa (patch)
tree3bb3c34d5c5fa1594c982dacf3110e03bc336ea5 /scumm/sound.h
parentaa2d21d68ea05b1141fa04d8a73499661b9c955a (diff)
downloadscummvm-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/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 09b75ffc27..5b38e555fb 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -123,7 +123,7 @@ public:
void bundleMusicHandler(Scumm * scumm);
void stopBundleMusic();
void playBundleSound(char *sound);
- byte * readCreativeVocFile(byte * ptr, uint32 & size, uint32 & rate);
+ byte * readCreativeVocFile(byte * ptr, uint32 & size, uint32 & rate, uint32 & loops);
int playSfxSound(void *sound, uint32 size, uint rate, bool isUnsigned);
int playSfxSound_MP3(void *sound, uint32 size);