diff --git a/polymer/eduke32/source/gameexec.c b/polymer/eduke32/source/gameexec.c index b1c75673e..5199811f5 100644 --- a/polymer/eduke32/source/gameexec.c +++ b/polymer/eduke32/source/gameexec.c @@ -2642,8 +2642,6 @@ nullquote: if ((ScriptQuotes[q] == NULL)) { CON_ERRPRINTF("null quote %d\n", q); - if (tw == CON_GAMETEXTZ) - Gv_GetVarX(*insptr++); continue; }