19.01.2011, 18:11
each 33miliseconds you are setting the camera pos to defined+50, without defining the new values.
put in the timer.
#undef x
#define x x+50
and so on.
I would use variables, the code could be smaller then.
put in the timer.
#undef x
#define x x+50
and so on.
I would use variables, the code could be smaller then.