summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51343dc)
raw | patch | inline | side by side (parent: 51343dc)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 19 Aug 2017 16:03:35 +0000 (19:03 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 19 Aug 2017 16:03:35 +0000 (19:03 +0300) |
src/game/g_net.pas | patch | blob | history |
diff --git a/src/game/g_net.pas b/src/game/g_net.pas
index b71d541231d055004b2c919a1d04aae3cdee3e41..1de6e98d237e9846b8f0393c53490a2a22213740 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;