diff --git a/src/r_utility.cpp b/src/r_utility.cpp index 9e82906da0..1dd4e5e407 100644 --- a/src/r_utility.cpp +++ b/src/r_utility.cpp @@ -872,7 +872,7 @@ void R_SetupFrame (AActor *actor) double quakefactor = r_quakeintensity; DAngle an; - if (jiggers.RollIntensity != 0) + if (jiggers.RollIntensity != 0 || jiggers.RollWave != 0) { ViewRoll += QuakePower(quakefactor, jiggers.RollIntensity, jiggers.RollWave, jiggers.RFalloff, jiggers.RWFalloff); }