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:
ccc5f82
)
fixed sprite frame count problem.
author
kramm
<kramm>
Tue, 23 Nov 2004 08:05:10 +0000
(08:05 +0000)
committer
kramm
<kramm>
Tue, 23 Nov 2004 08:05:10 +0000
(08:05 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
c2de7de
..
93a7569
100644
(file)
--- a/
src/swfc.c
+++ b/
src/swfc.c
@@
-1316,7
+1316,7
@@
void s_includeswf(char*name, char*filename)
s = tag = swf_InsertTag(tag, ST_DEFINESPRITE);
swf_SetU16(tag, id);
- swf_SetU16(tag, 0);
+ swf_SetU16(tag, swf.frameCount);
swf_Relocate(&swf, idmap);