fix some linux compiler warnings

This commit is contained in:
Shai Seger
2017-10-27 21:52:42 +03:00
committed by Yorik van Havre
parent 6ee622b675
commit 62cf54cc5c
2 changed files with 4 additions and 1 deletions

View File

@@ -740,6 +740,9 @@ void cSimTool::InitTool() // pos is 0..1 location along the radius of the tool
case ROUND:
dradius = radius * radius;
break;
case FLAT:
break;
}
}