X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=5d1c59476562a51e5857173ed10021712e2580f1;hb=c90a76decb7081a727e76c20ba22a6f2c22e8fbc;hp=f55c43001f90849c064bfc3a98b9dac28370322f;hpb=7089a87027fc4e9f9cc0319d3d09408efa276da2;p=d2df-sdl.git diff --git a/src/game/g_window.pas b/src/game/g_window.pas index f55c430..5d1c594 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -143,11 +143,6 @@ begin else if (NetMode = NET_CLIENT) then g_Net_Client_Update(); Update(); end; - end - else - begin - if (NetMode = NET_SERVER) then g_Net_Host_Update() - else if (NetMode = NET_CLIENT) then g_Net_Client_Update(); end; if NetMode = NET_SERVER then g_Net_Flush();