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:
1df057e
)
removed "bool" occurence.
author
kramm
<kramm>
Tue, 31 Aug 2004 09:34:01 +0000
(09:34 +0000)
committer
kramm
<kramm>
Tue, 31 Aug 2004 09:34:01 +0000
(09:34 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
6e5cbd6
..
2ecb49b
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-889,7
+889,7
@@
int swf_ObjectMove(TAG * t,U16 depth,MATRIX * m,CXFORM * cx);
typedef struct _SWFPLACEOBJECT {
U16 depth;
U16 id; // may be 0
- bool move; //true: move/replace character, false: set character
+ char move; //true: move/replace character, false: set character
MATRIX matrix;
CXFORM cxform;
U16 ratio;