mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
Fix derailing CON instruction pointer when gametextz is passed null quote.
git-svn-id: https://svn.eduke32.com/eduke32@3500 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9617861b8a
commit
4c57413da6
1 changed files with 0 additions and 2 deletions
|
@ -2642,8 +2642,6 @@ nullquote:
|
||||||
if ((ScriptQuotes[q] == NULL))
|
if ((ScriptQuotes[q] == NULL))
|
||||||
{
|
{
|
||||||
CON_ERRPRINTF("null quote %d\n", q);
|
CON_ERRPRINTF("null quote %d\n", q);
|
||||||
if (tw == CON_GAMETEXTZ)
|
|
||||||
Gv_GetVarX(*insptr++);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue