Don't reset or lock r_useGPUSkinning cvar in multiplayer mode (not a cheat)

(cherry picked from commit 3b6598b88d71bc443c431a04e0f075410679ea36)
This commit is contained in:
Stephen Saunders 2024-01-02 12:51:19 -05:00
parent e80b6a3e21
commit e2956643a7

View file

@ -44,7 +44,7 @@ static const char* MD5_SnapshotName = "_MD5_Snapshot_";
static const byte MD5B_VERSION = 106;
static const unsigned int MD5B_MAGIC = ( '5' << 24 ) | ( 'D' << 16 ) | ( 'M' << 8 ) | MD5B_VERSION;
idCVar r_useGPUSkinning( "r_useGPUSkinning", "1", CVAR_INTEGER, "animate normals and tangents instead of deriving" );
idCVar r_useGPUSkinning( "r_useGPUSkinning", "1", CVAR_INTEGER | CVAR_NOCHEAT, "animate normals and tangents instead of deriving" );
/***********************************************************************