X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=curves.c;h=cf7569dba482a202a641553ed5a31fa59dc220c0;hp=ba7e129ab6d8b41774147bd074e9d58e91d06584;hb=1ff3bc8e953680793a28ea923f2d1e58cdf2c9f0;hpb=1fd37f5239fe019e4d53c3e19b6fa9ff67da12e1 diff --git a/curves.c b/curves.c index ba7e129a..cf7569db 100644 --- a/curves.c +++ b/curves.c @@ -156,7 +156,7 @@ static int Q3PatchTesselation(float largestsquared3xcurvearea, float tolerance) // maps [4..8[ to 4 } -float Squared3xCurveArea(const float *a, const float *control, const float *b, int components) +static float Squared3xCurveArea(const float *a, const float *control, const float *b, int components) { #if 0 // mimicing the old behaviour with the new code... @@ -336,7 +336,7 @@ int Q3PatchAdjustTesselation(int numcomponents, patchinfo_t *patch1, float *patc struct {int id1,id2;} commonverts[8]; int i, j, k, side1, side2, *tess1, *tess2; - int dist1, dist2; + int dist1 = 0, dist2 = 0; qboolean modified = false; // Potential paired vertices (corners of the first patch)