mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-04 00:41:59 +00:00
Run net events on load barriers
This commit is contained in:
parent
e2103d2508
commit
e4081df0db
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ void Net_ResetCommands(bool midTic)
|
|||
// Make sure not to run its current command either.
|
||||
auto& curTic = state.Tics[tic % BACKUPTICS];
|
||||
memset(&curTic.Command, 0, sizeof(curTic.Command));
|
||||
curTic.Data.SetData(nullptr, 0);
|
||||
}
|
||||
|
||||
NetEvents.ResetStream();
|
||||
|
|
Loading…
Reference in a new issue