TRSE
TRSE copied to clipboard
Unary operator (-) for integer not implemented yet
Fatal error on line: 84
Unary operator (-) for integer not implemented yet. Please bug the developer!
Line in question:
ball_x += -ball_dx;
As a workaround: Can't you write: ball_x -= ball_dx;