mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-27 06:12:19 +00:00
Forgot to undo this.
This commit is contained in:
parent
0fc7055f51
commit
64d01a3bb1
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ void R_SetupFrame (AActor *actor)
|
||||||
double quakefactor = r_quakeintensity;
|
double quakefactor = r_quakeintensity;
|
||||||
DAngle an;
|
DAngle an;
|
||||||
|
|
||||||
if (jiggers.RollIntensity != 0)
|
if (jiggers.RollIntensity != 0 || jiggers.RollWave != 0)
|
||||||
{
|
{
|
||||||
ViewRoll += QuakePower(quakefactor, jiggers.RollIntensity, jiggers.RollWave, jiggers.RFalloff, jiggers.RWFalloff);
|
ViewRoll += QuakePower(quakefactor, jiggers.RollIntensity, jiggers.RollWave, jiggers.RFalloff, jiggers.RWFalloff);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue