X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=pr_cmds.c;h=7d994956ef49d24b5e3c8bf21527ebef4fd7d36c;hp=cbc06add83e0780f9ef53cbc9a47a1c2acf871cb;hb=fab6eb344365652bd53d03faa1ea43e14fbe1d7f;hpb=f7e37f88d839aaf88b304e2cfc000bf10ca9ed83 diff --git a/pr_cmds.c b/pr_cmds.c index cbc06add..7d994956 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -316,7 +316,7 @@ void SetMinMaxSize (prvm_edict_t *e, float *min, float *max, qboolean rotate) for (i=0 ; i<3 ; i++) if (min[i] > max[i]) - PF_ERROR("SetMinMaxSize: backwards mins/maxs\n"); + PF_ERROR("SetMinMaxSize: backwards mins/maxs"); // set derived values VectorCopy (min, e->fields.server->mins); @@ -717,7 +717,7 @@ break() */ void PF_break (void) { - PF_ERROR("break: break statement\n"); + PF_ERROR("break: break statement"); } /* @@ -1808,7 +1808,7 @@ sizebuf_t *WriteDest (void) ent = PRVM_PROG_TO_EDICT(prog->globals.server->msg_entity); entnum = PRVM_NUM_FOR_EDICT(ent); if (entnum < 1 || entnum > svs.maxclients || !svs.clients[entnum-1].active) - Host_Error("WriteDest: tried to write to non-client\n"); + Host_Error("WriteDest: tried to write to non-client"); return &svs.clients[entnum-1].message; case MSG_ALL: