X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.c;h=f40d71989e604fae1b2e305c16465e4b9d46dfa3;hb=b3ae7bccfb9f4ed16e26631fee072fa011f9847e;hp=d0f776bd42b0db6a30aea2b3e6dde56dfb0d945a;hpb=e84c91d31743e801cea76cdb2fd7144666509786;p=swftools.git diff --git a/lib/rfxswf.c b/lib/rfxswf.c index d0f776b..f40d719 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -498,7 +498,6 @@ TAG * swf_InsertTag(TAG * after,U16 id) // updates frames, if nescessary if (t) { memset(t,0x00,sizeof(TAG)); t->id = id; - t->writeBit = 0x80; if (after) { t->frame = after->frame;