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:
helixhorned 2013-02-18 16:07:38 +00:00
parent 9617861b8a
commit 4c57413da6
1 changed files with 0 additions and 2 deletions

View File

@ -2642,8 +2642,6 @@ nullquote:
if ((ScriptQuotes[q] == NULL))
{
CON_ERRPRINTF("null quote %d\n", q);
if (tw == CON_GAMETEXTZ)
Gv_GetVarX(*insptr++);
continue;
}