- fix compile on clang - it's a whack-a-mole, we'll get em eventually

This commit is contained in:
Rachael Alexanderson 2022-02-01 12:49:58 -05:00
parent b7cb878ad8
commit 9fc6d40dcf

View file

@ -1558,7 +1558,7 @@ class GLDefsParser
if (!(cvar->GetFlags() & CVAR_MOD))
{
if (!((cvar->GetFlags() & (CVAR_AUTO | CVAR_UNSETTABLE)) == (CVAR_AUTO | CVAR_UNSETTABLE)))
sc.ScriptError("CVAR '%s' already in use!", cvarname);
sc.ScriptError("CVAR '%s' already in use!", cvarname.GetChars());
}
UCVarValue val;