mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
parent
c000e2e3b3
commit
96c9ca657e
1 changed files with 1 additions and 0 deletions
|
@ -734,6 +734,7 @@ void netGetInput(void)
|
|||
for (int p = connecthead; p >= 0; p = connectpoint2[p])
|
||||
if (gNetFifoHead[myconnectindex]-200 > gNetFifoHead[p])
|
||||
return;
|
||||
ctrlGetInput();
|
||||
GINPUT &input = gFifoInput[gNetFifoHead[myconnectindex]&255][myconnectindex];
|
||||
input = gInput;
|
||||
gInput = {};
|
||||
|
|
Loading…
Reference in a new issue