summaryrefslogtreecommitdiff
path: root/lib/modules
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2010-09-13 12:15:11 -0700
committerMatthias Kramm <kramm@quiss.org>2010-09-13 12:15:11 -0700
commit634899d5648586a4bcf960d221464b250715b608 (patch)
tree16c6ca23c5a48a3633b71ebd0fdf1bcce49e1724 /lib/modules
parent3276d89d389dd578ff7ef3f8e0a7b29c9b82e63c (diff)
minor fixes in swfrender
Diffstat (limited to 'lib/modules')
-rw-r--r--lib/modules/swfobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/modules/swfobject.c b/lib/modules/swfobject.c
index 349824d7..ab621e62 100644
--- a/lib/modules/swfobject.c
+++ b/lib/modules/swfobject.c
@@ -180,6 +180,7 @@ void swf_GetPlaceObject(TAG * tag,SWFPLACEOBJECT* obj)
swf_GetMatrix(0,&obj->matrix);
swf_GetCXForm(0,&obj->cxform,1);
+ obj->flags = flags;
obj->depth = swf_GetU16(tag);
//obj->internal = flags;
if(flags&PF_MOVE) obj->move = 1;