Change actor/player context of EVENT_SCREEN

git-svn-id: https://svn.eduke32.com/eduke32@7951 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-12 03:15:17 +00:00 committed by Christoph Oelckers
parent d404f010c9
commit 49edf5f542

View file

@ -1245,7 +1245,7 @@ void Screen_Play(void)
videoClearScreen(0);
if (VM_OnEventWithReturn(EVENT_SCREEN, g_player[screenpeek].ps->i, screenpeek, I_CheckAllInput()))
if (VM_OnEventWithReturn(EVENT_SCREEN, -1, myconnectindex, I_CheckAllInput()))
running = false;
videoNextPage();