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:
2f62eec
)
readMATRIX() needs a preceding resetbits()
author
kramm
<kramm>
Thu, 29 Nov 2001 09:47:49 +0000
(09:47 +0000)
committer
kramm
<kramm>
Thu, 29 Nov 2001 09:47:49 +0000
(09:47 +0000)
src/reloc.c
patch
|
blob
|
history
diff --git
a/src/reloc.c
b/src/reloc.c
index
7cdf8e1
..
3ccc519
100644
(file)
--- a/
src/reloc.c
+++ b/
src/reloc.c
@@
-160,6
+160,7
@@
void map_ids_mem(u8*mem, int length)
reader_init (newtag->data, newtag->length);
id = readu16(); //id
readRECT(); //bounding box
+ resetbits();
readMATRIX(); //matrix
resetbits();
glyphbits = readu8(); //glyphbits
@@
-242,6
+243,7
@@
void map_ids_mem(u8*mem, int length)
}
if(type == 0x10 || type == 0x12)
{
+ resetbits();
readMATRIX();
resetbits();
readGRADIENT(num);