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:
dc9b35f
)
added morphshape2
author
kramm
<kramm>
Sun, 3 Feb 2008 16:30:43 +0000
(16:30 +0000)
committer
kramm
<kramm>
Sun, 3 Feb 2008 16:30:43 +0000
(16:30 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
1287cc6
..
749a1d6
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-197,6
+197,8
@@
char* swf_TagGetName(TAG*tag)
return "SOUNDSTREAMHEAD2";
case ST_DEFINEMORPHSHAPE:
return "DEFINEMORPHSHAPE";
+ case ST_DEFINEMORPHSHAPE2:
+ return "DEFINEMORPHSHAPE2";
case ST_DEFINEFONT2:
return "DEFINEFONT2";
case ST_TEMPLATECOMMAND: