I'm working on a taxi game, and for the driving part i looked at the demo GE Rally (viewtopic.php?f=6&t=5204)
And i got an error that says
Incorrect function usage: addAngle
and here is my code on that line
- Code: Select all
vectoradd(&angle, &directional_velocity, addAngle(angle, -90), myDriftLateralSpeed);
anybody know how to fix it?
Thank you