something

This commit is contained in:
fickleheart 2019-02-01 20:50:33 -06:00
parent 28b9c5fc7d
commit e76e3f2281
1 changed files with 1 additions and 1 deletions

View File

@ -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]);