Clang cleanup
Compare changes
Files
+ 0
− 6
@@ -3404,12 +3404,6 @@ static void HWR_ClearSprites(void)
"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