Index: src/game/bg_pmove.c =================================================================== --- src/game/bg_pmove.c (revision 1100) +++ src/game/bg_pmove.c (working copy) @@ -3233,6 +3233,9 @@ if( ps->pm_type != PM_SPECTATOR && ps->stats[ STAT_HEALTH ] <= 0 ) return; // no view changes at all + // currently nothing can roll + ps->delta_angles[ ROLL ] = -cmd->angles[ ROLL ]; + // circularly clamp the angles with deltas for( i = 0; i < 3; i++ ) {