mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: client: s/cls.legacymode/cls.net_protocol/g
This commit is contained in:
@@ -469,7 +469,7 @@ void CL_BatchResourceRequest( qboolean initialize )
|
||||
{
|
||||
if( done_downloading && CL_PrecacheResources( ))
|
||||
{
|
||||
CL_RegisterResources( &msg, cls.legacymode );
|
||||
CL_RegisterResources( &msg, cls.net_protocol );
|
||||
}
|
||||
|
||||
Netchan_CreateFragments( &cls.netchan, &msg );
|
||||
|
||||
Reference in New Issue
Block a user