aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound.cpp b/sound.cpp
index 4854bdc58e..73c7ff235a 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -320,6 +320,8 @@ void Scumm::startSfxSound(void *file) {
int rate,comp;
byte *data;
+ /* Full throttle audio fix HERE */
+
if (fread(&hdr, sizeof(hdr), 1, (FILE*)file) != 1 ||
memcmp(hdr.id, VALID_VOC_ID, sizeof(hdr.id)) != 0) {
warning("startSfxSound: invalid header");