X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_main.c;h=1f079bb7b5fd1621abcf534a2b6d6511940e9afa;hb=963be2b0cd7efbeb2244efbb4cdc7684af1777fe;hp=77467bfbce3285e5a0d9651cb5ea99360ed29398;hpb=28b6442c3d8b337e36a8b402c55b47696fb9085a;p=xonotic%2Fdarkplaces.git diff --git a/cl_main.c b/cl_main.c index 77467bfb..1f079bb7 100644 --- 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) {