aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.h
diff options
context:
space:
mode:
authorMax Horn2004-04-10 01:46:38 +0000
committerMax Horn2004-04-10 01:46:38 +0000
commit56b5b9f7dfd3dcbf1f76538a2e0caded6f090ef7 (patch)
tree302788d29b4a3129bf34e89395a1bb4d7f25629d /sound/voc.h
parent2bc99154fb8e8ac9beaa33e0492148bc146b0693 (diff)
downloadscummvm-rg350-56b5b9f7dfd3dcbf1f76538a2e0caded6f090ef7.tar.gz
scummvm-rg350-56b5b9f7dfd3dcbf1f76538a2e0caded6f090ef7.tar.bz2
scummvm-rg350-56b5b9f7dfd3dcbf1f76538a2e0caded6f090ef7.zip
Fix for bug #885490 (FT: Ben stops talking mid-scentence @ the gorge) -> this only works for monster.sou files; compressed audio is incomplete, and we have to fix the extract tool to correct that
svn-id: r13531
Diffstat (limited to 'sound/voc.h')
-rw-r--r--sound/voc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/voc.h b/sound/voc.h
index 878078fe56..0a43d42a28 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -33,7 +33,7 @@ class File;
#pragma START_PACK_STRUCTS
#endif
-struct VocHeader {
+struct VocFileHeader {
uint8 desc[20];
uint16 datablock_offset;
uint16 version;