From 56b5b9f7dfd3dcbf1f76538a2e0caded6f090ef7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 10 Apr 2004 01:46:38 +0000 Subject: 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 --- sound/voc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/voc.h') 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; -- cgit v1.2.3