]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 10 May 2006 07:59:45 +0000 (07:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 10 May 2006 07:59:45 +0000 (07:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6356 d7cf8633-e32d-0410-b094-e92efae38249

csprogs.c

index c32db941bee44307394d19941274613443424009..f6758470c34f3fc3738a0e85c573f2fe5a1d3664 100644 (file)
--- a/csprogs.c
+++ b/csprogs.c
@@ -404,6 +404,7 @@ void CSQC_AddPrintText (const char *msg)
                Con_Print(msg);
                return;
        }
+       // FIXME: is this bugged?
        i = strlen(msg)-1;
        if(msg[i] != '\n' && msg[i] != '\r')
        {