aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2003-12-27 14:10:45 +0000
committerMax Horn2003-12-27 14:10:45 +0000
commit0aa79932183eefdbfc512f73469ccdca4ddde0fe (patch)
tree376630f6128553683cf05fe87c2314fdde3fc530 /scumm/sound.cpp
parentd0ceed85a5f74b10d29f1295dd5642fdef4c5a3f (diff)
downloadscummvm-rg350-0aa79932183eefdbfc512f73469ccdca4ddde0fe.tar.gz
scummvm-rg350-0aa79932183eefdbfc512f73469ccdca4ddde0fe.tar.bz2
scummvm-rg350-0aa79932183eefdbfc512f73469ccdca4ddde0fe.zip
renamed VOC functions
svn-id: r11962
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 95532761e6..13fa9cb31f 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -812,7 +812,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle,
int32 size;
int rate;
- byte *data = loadVocSample(_sfxFile, size, rate);
+ byte *data = loadVOCFile(_sfxFile, size, rate);
if (_scumm->_imuseDigital) {
_scumm->_imuseDigital->setVocVoice(data, size, rate);