bethesirius / ChosunTruck

Euro Truck Simulator 2 autonomous driving solution
732 stars 104 forks source link

width, height -> gameWidth, gameHeight. Changed casts #32

Closed zappybiby closed 7 years ago

zappybiby commented 7 years ago

C-Style casts to format casts: 'if ((int)diffForIPM == 0)' to 'if (int(diffForIPM)'

NOTE: Adaptive IPM is still broken, but this fixes L65 (-400 to 0-400) and formats the code. Should still produce a similar result to what you had before.

chi3236 commented 7 years ago

There are compile error and one recommendation in your code. Please check my comments.