]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.c
Fix some warnings found by cppcheck
[xonotic/darkplaces.git] / protocol.c
index 0fa00971e62fec834a8c28914ecbfceb85f13f54..073828ee21f9768383d75f99e12e66d733fafa19 100644 (file)
@@ -3366,7 +3366,7 @@ void EntityFrameQW_CL_ReadFrame(qboolean delta)
                        if (newnum != oldnum && !delta && !invalid)
                        {
                                cl.qw_validsequence = 0;
-                               Con_Warnf("WARNING: U_REMOVE %i on full update\n", newnum);
+                               Con_Printf(CON_WARN "WARNING: U_REMOVE %i on full update\n", newnum);
                        }
                }
                else