mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-30 08:44:31 +00:00
cl_game: fix missing }
This commit is contained in:
parent
827105405f
commit
d9545e5e78
@ -3456,7 +3456,7 @@ void NetAPI_CancelRequest( int context )
|
|||||||
SetBits( nr->resp.error, NET_ERROR_TIMEOUT );
|
SetBits( nr->resp.error, NET_ERROR_TIMEOUT );
|
||||||
nr->resp.ping = host.realtime - nr->timesend;
|
nr->resp.ping = host.realtime - nr->timesend;
|
||||||
nr->pfnFunc( &nr->resp );
|
nr->pfnFunc( &nr->resp );
|
||||||
|
}
|
||||||
|
|
||||||
if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request )
|
if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user