summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 77c061c)
raw | patch | inline | side by side (parent: 77c061c)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Thu, 17 Aug 2017 18:25:26 +0000 (21:25 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Thu, 17 Aug 2017 18:25:26 +0000 (21:25 +0300) |
src/game/g_net.pas | patch | blob | history |
diff --git a/src/game/g_net.pas b/src/game/g_net.pas
index 1de6e98d237e9846b8f0393c53490a2a22213740..b71d541231d055004b2c919a1d04aae3cdee3e41 100644 (file)
--- a/src/game/g_net.pas
+++ b/src/game/g_net.pas
end;
if NetDump then g_Net_DumpSendBuffer();
- g_Net_Flush();
+ // g_Net_Flush();
e_Buffer_Clear(@NetOut);
end;
enet_peer_send(NetPeer, Chan, P);
if NetDump then g_Net_DumpSendBuffer();
- g_Net_Flush();
+ // g_Net_Flush();
e_Buffer_Clear(@NetOut);
end;
end;
end;
end;
- g_Net_Flush();
+ // g_Net_Flush();
end;
function g_Net_Connect(IP: string; Port: enet_uint16): Boolean;