mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Fix gcc 9/10 & mapbase build errors
This commit is contained in:
@@ -72,7 +72,7 @@ void CV_GlobalChange_Mapbase( IConVar *var, const char *pOldString, float flOldV
|
||||
//-----------------------------------------------------------------------------
|
||||
void CC_MapbaseNotChangingCVars( void )
|
||||
{
|
||||
SetChangingCVars( false );
|
||||
SetChangingCVars( NULL );
|
||||
}
|
||||
static ConCommand mapbase_cvarsnotchanging("mapbase_cvarsnotchanging", CC_MapbaseNotChangingCVars, "An internal command used for ConVar modification.", FCVAR_HIDDEN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user