[Swfdec] [PATCH 1/4] DEFINEMORPHSHAPE2 should be 84 not 86
Jeff Muizelaar
jeff at infidigm.net
Sun Dec 3 21:53:14 PST 2006
Based on information from http://sswf.sourceforge.net/SWFalexref.html,
the flasm source code and a variety of other projects.
---
libswfdec/swfdec_tag.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libswfdec/swfdec_tag.h b/libswfdec/swfdec_tag.h
index 07b6803..b76992e 100644
--- a/libswfdec/swfdec_tag.h
+++ b/libswfdec/swfdec_tag.h
@@ -75,7 +75,7 @@ typedef enum {
SWFDEC_TAG_SETTABINDEX = 66,
SWFDEC_TAG_FILEATTRIBUTES = 69,
SWFDEC_TAG_DEFINESHAPE4 = 83,
- SWFDEC_TAG_DEFINEMORPHSHAPE2 = 86
+ SWFDEC_TAG_DEFINEMORPHSHAPE2 = 84
} SwfdecTag;
#endif
More information about the Swfdec
mailing list