add a SHOWFRAME before the END in sprites.
authorkramm <kramm>
Sat, 13 Nov 2004 19:28:12 +0000 (19:28 +0000)
committerkramm <kramm>
Sat, 13 Nov 2004 19:28:12 +0000 (19:28 +0000)
src/swfc.c

index 17fefe6..57f26f4 100644 (file)
@@ -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;