- Blood: Use nullAngle in one place.

This commit is contained in:
Mitchell Richters 2023-01-13 09:03:02 +11:00
parent 8ef7e0e4f3
commit c7d2a64af0

View file

@ -639,7 +639,7 @@ void viewDrawScreen(bool sceneonly)
if (!bDelirium) if (!bDelirium)
{ {
deliriumTilt = 0; deliriumTilt = 0;
deliriumTurn = DAngle::fromDeg(0.); deliriumTurn = nullAngle;
deliriumPitch = 0; deliriumPitch = 0;
} }
int brightness = 0; int brightness = 0;