16-11-2006, 09:33 PM
Well, for the last 4 hours Ive been trying to debug a positioning bug for my character.
It was all so wierd, cause I never noticed it before.. So no backup could be found for it.
Error
Finaly
It was pretty damn hard to find that. I was looking at all kind of other things, just ran on it by misstake
I hate bugs....
It was all so wierd, cause I never noticed it before.. So no backup could be found for it.
Error
Code:
y = GetPlayerY(Index) * PIC_Y - PIC_Y + sx + Player(Index).YOffset
Finaly
Code:
y = GetPlayerY(Index) * PIC_Y + sx + Player(Index).YOffset
It was pretty damn hard to find that. I was looking at all kind of other things, just ran on it by misstake

I hate bugs....