aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-04-22 11:36:41 +0000
committerJames Brown2002-04-22 11:36:41 +0000
commita2217e35ff440f1d24c1cbd673f8f77b0d9a2663 (patch)
treeff9ee51b93b3ff3054f6833c661c5f206767a2d9 /scumm.h
parentc74f9669916bd9da16b78c01b739da8d478e5eff (diff)
downloadscummvm-rg350-a2217e35ff440f1d24c1cbd673f8f77b0d9a2663.tar.gz
scummvm-rg350-a2217e35ff440f1d24c1cbd673f8f77b0d9a2663.tar.bz2
scummvm-rg350-a2217e35ff440f1d24c1cbd673f8f77b0d9a2663.zip
Fix MP3 compilation.
svn-id: r4050
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 86299ec4fc..6bf86bb9bb 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1017,7 +1017,7 @@ public:
bool isSfxFinished();
void playBundleSound(char *sound);
int playSfxSound(void *sound, uint32 size, uint rate);
- void playSfxSound_MP3(void *sound, uint32 size);
+ int playSfxSound_MP3(void *sound, uint32 size);
void stopSfxSound();
int _talkChannel; /* Mixer channel actor is talking on */