git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0701d57
)
add a SHOWFRAME before the END in sprites.
author
kramm
<kramm>
Sat, 13 Nov 2004 19:28:12 +0000
(19:28 +0000)
committer
kramm
<kramm>
Sat, 13 Nov 2004 19:28:12 +0000
(19:28 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
17fefe6
..
57f26f4
100644
(file)
--- 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;