From e54aeae76f147954811268730f1591c7bc4a889c Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 31 Aug 2004 09:34:01 +0000 Subject: [PATCH] removed "bool" occurence. --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 6e5cbd6..2ecb49b 100644 --- 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; -- 1.7.10.4