Skip to content

Commit

Permalink
- fix compile on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Feb 1, 2022
1 parent e7e5bd9 commit 751f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_data/gldefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,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;
Expand Down

0 comments on commit 751f859

Please sign in to comment.