]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.c
Implement Con_Error(f) and Con_Warn(f), error and warning, for prettier colors
[xonotic/darkplaces.git] / protocol.c
index bb0a482d7e8ca1b93bd8fd3fea6f67971dbe2a94..bdeebdd5763cd16426131b3bea446bb372a87d14 100644 (file)
@@ -3364,7 +3364,7 @@ void EntityFrameQW_CL_ReadFrame(qboolean delta)
                        if (newnum != oldnum && !delta && !invalid)
                        {
                                cl.qw_validsequence = 0;
-                               Con_Printf("WARNING: U_REMOVE %i on full update\n", newnum);
+                               Con_Warnf("WARNING: U_REMOVE %i on full update\n", newnum);
                        }
                }
                else