X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=b9f28b981c9bccac022b724867106534932cc390;hb=54b1109da7cd0eb8498980a6ad57f2dcda49b022;hp=04382d340c0484ad0c5f2aed00cd78055b50e04c;hpb=372a9b5a86b52249e6f132c84a3a8c435f7144a1;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 04382d3..b9f28b9 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -816,7 +816,7 @@ begin ProcessLoading(true); - if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) then + if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then OuterLoop := False; end; @@ -979,7 +979,7 @@ begin ProcessLoading(true); - if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) then + if e_KeyPressed(IK_ESCAPE) or e_KeyPressed(IK_SPACE) or e_KeyPressed(VK_ESCAPE) then break; end; Result := msgStream;