Remove jitters in view command

This commit is contained in:
James R 2019-02-20 18:58:17 -08:00
parent 324108d120
commit 0e1d7ec6c6

View file

@ -1967,7 +1967,6 @@ static void Command_View_f(void)
}
olddisplayplayer = (*displayplayerp);
(*displayplayerp) = playernum;
G_ResetView(viewnum, playernum, false);
/* The player we wanted was corrected to who it already was. */