mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 08:30:35 +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)
|
||||
{
|
||||
deliriumTilt = 0;
|
||||
deliriumTurn = DAngle::fromDeg(0.);
|
||||
deliriumTurn = nullAngle;
|
||||
deliriumPitch = 0;
|
||||
}
|
||||
int brightness = 0;
|
||||
|
|
Loading…
Reference in a new issue