mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 21:31:04 +00:00
Remove unnecessary ResetViews call
This commit is contained in:
parent
b6cc96ad68
commit
c00abd1683
1 changed files with 0 additions and 2 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue