Skip to content
Snippets Groups Projects
Commit f9411982 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Merge branch 'travis-ci' into 'master'

Clang cleanup

"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

See merge request !63
parents a3c01ea6 d9053696
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment