]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
a debug printf I forgot to comment out
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:06:56 +0000 (20:06 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:06:56 +0000 (20:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8731 d7cf8633-e32d-0410-b094-e92efae38249

cap_ogg.c

index 251011674ce61942e059e9045df8952cd013b2d4..04bb401dc226e84a6953d324dcec65f944d208ed 100644 (file)
--- a/cap_ogg.c
+++ b/cap_ogg.c
@@ -716,8 +716,7 @@ static void SCR_CaptureVideo_Ogg_Interleave()
                        break;
        }
 
-       fprintf(stderr, ">");
-
+       //fprintf(stderr, ">");
 }
 
 static void SCR_CaptureVideo_Ogg_FlushInterleaving()