r357 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 14 13:35:31 EST 2005


Author: tma
Date: 2005-11-14 13:35:31 -0500 (Mon, 14 Nov 2005)
New Revision: 357

Modified:
   trunk/code/client/snd_codec_wav.c
Log:
* Oops, missed a bit


Modified: trunk/code/client/snd_codec_wav.c
===================================================================
--- trunk/code/client/snd_codec_wav.c	2005-11-14 18:26:25 UTC (rev 356)
+++ trunk/code/client/snd_codec_wav.c	2005-11-14 18:35:31 UTC (rev 357)
@@ -163,7 +163,7 @@
 	if(fmtlen > 16)
 	{
 		fmtlen -= 16;
-		S_SkipChunk(file, fmtlen);
+		FS_Seek( file, fmtlen, FS_SEEK_CUR );
 	}
 
 	// Scan for the data chunk




More information about the quake3-commits mailing list