aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-12-27 18:29:21 +0000
committerPaweł Kołodziejski2003-12-27 18:29:21 +0000
commit25a7b9ef3330fe04894eb954e297c85be9e102c8 (patch)
tree7f689182671903c5601870952d1b172866502892 /scumm/sound.cpp
parentf6ff11509ccc3494e5160865b8f7fe38c6a75581 (diff)
downloadscummvm-rg350-25a7b9ef3330fe04894eb954e297c85be9e102c8.tar.gz
scummvm-rg350-25a7b9ef3330fe04894eb954e297c85be9e102c8.tar.bz2
scummvm-rg350-25a7b9ef3330fe04894eb954e297c85be9e102c8.zip
fixed compilation
svn-id: r11976
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 9b0abe5185..604875a952 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -808,7 +808,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle,
return;
}
- int32 size;
+ int size;
int rate;
byte *data = loadVOCFile(_sfxFile, size, rate);