X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfc.c;h=57f26f40437d1d73d9366e3909641976c5e62e84;hb=8e12e1076d7b86f54276872c2048861cd4ab8def;hp=17fefe6b853ce4c5464b9403c69273f17eba2070;hpb=0701d578fc4bfa1c92f62b2c248574ca7742f0e9;p=swftools.git diff --git a/src/swfc.c b/src/swfc.c index 17fefe6..57f26f4 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -618,6 +618,7 @@ static void s_endSprite() currentdepth = stack[stackpos].olddepth; instances = stack[stackpos].oldinstances; + tag = swf_InsertTag(tag, ST_SHOWFRAME); tag = swf_InsertTag(tag, ST_END); tag = stack[stackpos].tag;