mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Correct FCVAR flags being int32 & handle ConVarRefAbstract invalidation
This commit is contained in:
@ -557,6 +557,8 @@ void ConVarRefAbstract::Init( ConVarRef ref, EConVarType type )
|
||||
|
||||
void ConVarRefAbstract::InvalidateConVarData( EConVarType type )
|
||||
{
|
||||
InvalidateRef();
|
||||
|
||||
if(type == EConVarType_Invalid)
|
||||
m_ConVarData = GetInvalidConVarData( EConVarType_Invalid );
|
||||
else
|
||||
|
Reference in New Issue
Block a user