Skip to content

Clang cleanup

Alam Ed Arias requested to merge travis-ci into master

"taking the absolute value of unsigned type 'unsigned int' has no effect"

using abs() on an unsigned should be nop, replace them with (angle_t)()

Need someone to verify this does not break any game logic

Merge request reports