X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=43d4b87f849448e01805ec5f7e4d393d28ffb481;hb=6b0eae5874aee62fa747aa98ad79d4eae97067e4;hp=377123eebe5658d0082fc380e2be7ba0c06c2e56;hpb=07b215b2a0b442a8f9b832b9ff94755bb6191d48;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 377123e..43d4b87 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -73,15 +73,8 @@ typedef struct _TAG // NEVER access a Tag-Struct directly ! U8 * data; U32 memsize; // to minimize realloc() calls - union - { U32 len; // for Set-Access - U32 dataWritePos; - }; - - union - { U32 pos; // for Get-Access - U32 dataReadPos; - }; + U32 len; // for Set-Access + U32 pos; // for Get-Access int frame; // not really up-to-date