mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fix compile on clang
This commit is contained in:
parent
e7e5bd99fc
commit
751f859c7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue