mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-16 17:01:39 +00:00
- Blood: Use nullAngle
in one place.
This commit is contained in:
parent
8ef7e0e4f3
commit
c7d2a64af0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue