]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
Fix client version of ambientsound
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index 6c94a429b697e10e5e58150df2fbbc7e108d231d..fe3e0b60b7dc7731e79f25bc5cc4f87e2704f5b7 100644 (file)
--- 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