Remove jitters in view command

This commit is contained in:
James R 2019-02-20 18:58:17 -08:00
parent 5e6b3a650c
commit a991af5c6a

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. */