mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
something
This commit is contained in:
parent
46c5e6f533
commit
c85785f29c
1 changed files with 1 additions and 1 deletions
|
|
@ -2564,7 +2564,7 @@ void CL_RemovePlayer(INT32 playernum, INT32 reason)
|
||||||
if (playernum == displayplayer && !demoplayback)
|
if (playernum == displayplayer && !demoplayback)
|
||||||
displayplayer = consoleplayer; // don't look through someone's view who isn't there
|
displayplayer = consoleplayer; // don't look through someone's view who isn't there
|
||||||
else
|
else
|
||||||
G_ResetViews();
|
G_ResetViews(0);
|
||||||
|
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
LUA_InvalidatePlayer(&players[playernum]);
|
LUA_InvalidatePlayer(&players[playernum]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue