X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=2ecb49b68d9cc6a5a9f49667154210ace761173e;hb=e54aeae76f147954811268730f1591c7bc4a889c;hp=6e5cbd6054490bf690de21ea368cf41902d3e4c2;hpb=1df057ec4c2d02722180ad2a8ce74bfdbea8f36a;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 6e5cbd6..2ecb49b 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -889,7 +889,7 @@ int swf_ObjectMove(TAG * t,U16 depth,MATRIX * m,CXFORM * cx); typedef struct _SWFPLACEOBJECT { U16 depth; U16 id; // may be 0 - bool move; //true: move/replace character, false: set character + char move; //true: move/replace character, false: set character MATRIX matrix; CXFORM cxform; U16 ratio;