Clang cleanup
- Mar 30, 2016
-
-
Alam Ed Arias authoredd9053696
-
Alam Ed Arias authored10cc421f
-
Alam Ed Arias authoredb169529d
-
Alam Ed Arias authored7e07d2d7
-
Alam Ed Arias authored0fe6ee53
-
"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