engine: client: rename CL_LegacyMode to CL_Protocol

This commit is contained in:
Alibek Omarov
2024-10-08 03:27:09 +03:00
parent 5efa68757e
commit 3a1bb12830
6 changed files with 24 additions and 15 deletions
-5
View File
@@ -658,8 +658,3 @@ void CL_LegacyPrecache_f( void )
MSG_WriteStringf( &cls.netchan.message, "begin %i", spawncount );
cls.signon = SIGNONS - 1;
}
qboolean CL_LegacyMode( void )
{
return cls.legacymode == PROTO_LEGACY;
}