Slower roll

This commit is contained in:
James R 2020-01-28 21:29:51 -08:00
parent 68bd632bac
commit 6d206ed644

View file

@ -4227,7 +4227,7 @@ DoABarrelRoll (player_t *player)
if (cv_quaketilt.value)
slope += Quaketilt(player);
delta = (INT32)( slope - player->viewrollangle )/ 16;
delta = (INT32)( slope - player->viewrollangle )/ 32;
if (delta)
player->viewrollangle += delta;