From d9545e5e78775a012c9a7cf80fceedde456a044f Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 20 Jul 2019 05:09:24 +0300 Subject: [PATCH] cl_game: fix missing } --- engine/client/cl_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_game.c b/engine/client/cl_game.c index 1a7aa597..e75da028 100644 --- a/engine/client/cl_game.c +++ b/engine/client/cl_game.c @@ -3456,7 +3456,7 @@ void NetAPI_CancelRequest( int context ) SetBits( nr->resp.error, NET_ERROR_TIMEOUT ); nr->resp.ping = host.realtime - nr->timesend; nr->pfnFunc( &nr->resp ); - + } if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request ) {