mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
C-CON: Fix addlogvar command, broken in r5835.
git-svn-id: https://svn.eduke32.com/eduke32@5895 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c8f1e9bf37
commit
52e6cd09cf
1 changed files with 0 additions and 1 deletions
|
@ -3981,7 +3981,6 @@ finish_qsprintf:
|
|||
}
|
||||
}
|
||||
Bsprintf(tempbuf,"CONLOGVAR: L=%d %s ",g_errorLineNum, aGameVars[lVarID].szLabel);
|
||||
Bstrcpy(tempbuf,szBuf);
|
||||
|
||||
if (aGameVars[lVarID].flags & GAMEVAR_READONLY)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue