Page 1 of 1

Problems with validity of action 0

Posted: 13 Jun 2004 19:33
by mnorman
Another grf coding problem. I have a sprite being reported as invalid, but as far as I can see, the values are correct. Can anyone help?
the sprite is:
63 * 47 00 00 0F 01 0C 00 9E 4B 00 00 03 0F 04 1E 06 07 08 01 09 78 00 00 00 0B B8 01 00 00 12 FD 13 01 16 24 19 2B 1B B8 01 00 00 1E 03 21 01 23 24

Posted: 13 Jun 2004 19:59
by Patchman
You have "00 9E 4B 00 00", but prop. 00 is only a word property, not a dword. And it seems there are a bunch of "00 00" in several places were they don't belong.

Posted: 13 Jun 2004 21:34
by mnorman
Oops, dwords every wher there should be word values. can tell that I am still exhausted from exams.