Remove some instances of Lara global usage in motorbike.cpp; cleanup

This commit is contained in:
Sezz 2022-06-16 23:44:16 +10:00
parent 4b381fa048
commit e30eba578f
5 changed files with 1259 additions and 1272 deletions

View file

@ -238,10 +238,10 @@ namespace TEN::Renderer
{
case 2:
case 4:
currentBone->ExtraRotation.x = TO_RAD(bike.wheelRight);
currentBone->ExtraRotation.x = TO_RAD(bike.RightWheelsRotation);
break;
case 8:
currentBone->ExtraRotation.x = TO_RAD(bike.wheelLeft);
currentBone->ExtraRotation.x = TO_RAD(bike.LeftWheelRotation);
break;
}
},