]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
hush warnings about strcat and other redefinitions by undefining them first
[xonotic/darkplaces.git] / snd_mix.c
index af6ba2b8bcf8f19ebcac14b3e2f3a3ef4c890062..940774e958fab786ea15fc7cb2a31aef138b3b8d 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -32,7 +32,6 @@ typedef struct portable_samplepair_s
 portable_sampleframe_t paintbuffer[PAINTBUFFER_SIZE];
 
 
-// FIXME: this desyncs with the video too easily
 extern void SCR_CaptureVideo_SoundFrame(unsigned char *bufstereo16le, size_t length, int rate);
 static void S_CaptureAVISound(size_t length)
 {