bzflag
bzflag copied to clipboard
Collision between tank and base is wrong
The collision code, in the method isCrossing is wrong for the base. When is trying to rotate the tank get the correct rectangle, is using a wrong 2D matrix. The equivalent code for the rotation of the tank in the BoxBuilding is good