]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.c
div0 fixed the bug that caused huge console prints to the terminal to be truncated...
[xonotic/darkplaces.git] / csprogs.c
index 1de0cf974c76047f59f28b0d29a706cfe8a5672e..b0f811ab638b1aaad25b3bb0ac5cb2e058bd1bc8 100644 (file)
--- a/csprogs.c
+++ b/csprogs.c
@@ -401,7 +401,7 @@ static void CL_VM_Parse_Print (const char *msg)
 
 void CSQC_AddPrintText (const char *msg)
 {
-       int i;
+       size_t i;
        if(!csqc_loaded || !CSQC_Parse_Print)
        {
                Con_Print(msg);