X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fmodules%2Fswfrender.c;h=f44c79ca1c75b6ca472d2f65eca47a3bf6b4892e;hp=552fd1ff3a0281e9df143984168787b933e6ce99;hb=8e8f6b759d5bf5b64793909713d198d673534f1e;hpb=3dff1610ce241cf005fd0b087c8242ffe826bcee diff --git a/lib/modules/swfrender.c b/lib/modules/swfrender.c index 552fd1f..f44c79c 100644 --- a/lib/modules/swfrender.c +++ b/lib/modules/swfrender.c @@ -423,7 +423,7 @@ void swf_RenderShape(RENDERBUF*dest, SHAPE2*shape, MATRIX*m, CXFORM*c, U16 _dept nm.r1 *= i->multiply; nm.tx *= i->multiply; nm.ty *= i->multiply; - s2->fillstyles[t].m = nm; //!!!!!!!!!!!!!!!! + s2->fillstyles[t].m = nm; } /* add this shape to the global shape list, for deallocing */ @@ -484,7 +484,7 @@ void swf_RenderShape(RENDERBUF*dest, SHAPE2*shape, MATRIX*m, CXFORM*c, U16 _dept if(DEBUG&4) printf("\n"); } else if(line->type == splineTo) { - int c,t,y,parts,qparts; + int c,t,parts,qparts; double xx,yy; transform_point(&mat, x, y, &x1, &y1);