X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=world.c;h=fe3e0b60b7dc7731e79f25bc5cc4f87e2704f5b7;hp=6c94a429b697e10e5e58150df2fbbc7e108d231d;hb=ae4b063dc33d4e62c7e644e54fea6d01321fb5e8;hpb=6f10cbc0e758254cc200332fd61f96d7cc972a48 diff --git a/world.c b/world.c index 6c94a429..fe3e0b60 100644 --- a/world.c +++ b/world.c @@ -2479,9 +2479,9 @@ static void World_Physics_Frame_BodyFromEntity(world_t *world, prvm_edict_t *ed) pointsData[(polygons[1]*3)+2]*pointsData[(polygons[2]*3)+1]*pointsData[(polygons[3]*3)+0] - pointsData[(polygons[1]*3)+1]*pointsData[(polygons[2]*3)+0]*pointsData[(polygons[3]*3)+2] - pointsData[(polygons[1]*3)+0]*pointsData[(polygons[2]*3)+2]*pointsData[(polygons[3]*3)+1]) < 0) - Con_Printf("WARNING: Polygon %d is not defined counterclockwise\n", i); + Con_Warnf("WARNING: Polygon %d is not defined counterclockwise\n", i); if (planesData[(i*4)+3] < 0) - Con_Printf("WARNING: Plane %d does not contain the origin\n", i); + Con_Warnf("WARNING: Plane %d does not contain the origin\n", i); polygons += (*polygons + 1); } // create geom