Remove unnecessary ResetViews call

This commit is contained in:
fickleheart 2019-02-16 22:19:17 -06:00
parent b6cc96ad68
commit c00abd1683
1 changed files with 0 additions and 2 deletions

View File

@ -2563,8 +2563,6 @@ void CL_RemovePlayer(INT32 playernum, INT32 reason)
if (playernum == displayplayer && !demoplayback)
displayplayer = consoleplayer; // don't look through someone's view who isn't there
else
G_ResetViews();
#ifdef HAVE_BLUA
LUA_InvalidatePlayer(&players[playernum]);