X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=953b430a5590cae3f9ef31e5351f0ef96d372eff;hb=b7c26c7f1787937245991190591ef4a6ee4d152e;hp=7c21ea5a156bb1ed7fcfff2064b718c7f606e1c2;hpb=d8c63c1a6eec80ee1df03d81124bd4f43da12b7e;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 7c21ea5..953b430 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -822,7 +822,7 @@ begin ProcessLoading(true); - if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then + if e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then OuterLoop := False; end; @@ -985,7 +985,7 @@ begin ProcessLoading(true); - if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then + if e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then break; end; Result := msgStream;