diff --git a/source/blood/src/network.cpp b/source/blood/src/network.cpp index ad30377e6..e485601bd 100644 --- a/source/blood/src/network.cpp +++ b/source/blood/src/network.cpp @@ -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 = {};