]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Fix some warnings found by cppcheck
[xonotic/darkplaces.git] / cl_main.c
index 77467bfbce3285e5a0d9651cb5ea99360ed29398..1f079bb7b5fd1621abcf534a2b6d6511940e9afa 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2268,7 +2268,7 @@ static void CL_Locs_Save_f(cmd_state_t *cmd)
                        if (VectorCompare(loc->mins, loc->maxs))
                                break;
                if (loc)
-                       Con_Warnf("Warning: writing loc file containing a mixture of qizmo-style points and proquake-style boxes may not work in qizmo or proquake!\n");
+                       Con_Printf(CON_WARN "Warning: writing loc file containing a mixture of qizmo-style points and proquake-style boxes may not work in qizmo or proquake!\n");
        }
        for (loc = cl.locnodes;loc;loc = loc->next)
        {