From 4c57413da66fabae2b95e124ee905e59120c08dd Mon Sep 17 00:00:00 2001 From: helixhorned Date: Mon, 18 Feb 2013 16:07:38 +0000 Subject: [PATCH] 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 --- polymer/eduke32/source/gameexec.c | 2 -- 1 file changed, 2 deletions(-) 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; }