mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
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:
parent
d404f010c9
commit
49edf5f542
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue