From: lordhavoc Date: Sat, 23 Feb 2002 09:32:50 +0000 (+0000) Subject: whitespace X-Git-Tag: RELEASE_0_2_0_RC1~628 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=1f7d8ad745d3bd1f05ed4dc77f76f2bdc04575c0;p=xonotic%2Fdarkplaces.git whitespace git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1552 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_edict.c b/pr_edict.c index 6d14b12f..4b17da13 100644 --- a/pr_edict.c +++ b/pr_edict.c @@ -579,7 +579,7 @@ void ED_Print (edict_t *ed) name = pr_strings + d->s_name; if (name[strlen(name)-2] == '_') continue; // skip _x, _y, _z vars - + v = (int *)((char *)&ed->v + d->ofs*4); // if the value is still all 0, skip the field @@ -685,7 +685,7 @@ For debugging, prints all the entities in the current server void ED_PrintEdicts (void) { int i; - + Con_Printf ("%i entities\n", sv.num_edicts); for (i=0 ; i= sv.num_edicts) {