mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 19:50:51 +00:00
something
This commit is contained in:
parent
28b9c5fc7d
commit
e76e3f2281
1 changed files with 1 additions and 1 deletions
|
@ -2564,7 +2564,7 @@ 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();
|
||||
G_ResetViews(0);
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
LUA_InvalidatePlayer(&players[playernum]);
|
||||
|
|
Loading…
Reference in a new issue