mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: client: redefine legacymode from qboolean to an enum with selected protocol. Remove protocol auto-guess hack, it's useless since connect accept accepts protocol string
This commit is contained in:
@@ -705,5 +705,5 @@ void CL_LegacyUpdateInfo( void )
|
||||
|
||||
qboolean CL_LegacyMode( void )
|
||||
{
|
||||
return cls.legacymode;
|
||||
return cls.legacymode == PROTO_LEGACY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user