ball_force vector shouldnt be a pointer, it should be a declaration.

change:
Code:
VECTOR* ball_force;



to this:
Code:
VECTOR ball_force;



and it works laugh
(tested ;))

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/