From 5308a328c5998e946a926694e083bc1a0e59e24f Mon Sep 17 00:00:00 2001 From: hnt_ts Date: Mon, 23 Jun 2008 22:01:24 +0000 Subject: [PATCH] Fixed CON error with the "readgamevar". http://forums.3drealms.com/vb/showpost.php?p=717842&postcount=742 git-svn-id: https://svn.eduke32.com/eduke32@807 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gameexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/gameexec.c b/polymer/eduke32/source/gameexec.c index 93638be5c..5c7ffe28c 100644 --- a/polymer/eduke32/source/gameexec.c +++ b/polymer/eduke32/source/gameexec.c @@ -5532,7 +5532,7 @@ static int parse(void) { int32 i=0; insptr++; - if (ud.config.scripthandle < 0) break; + if (ud.config.scripthandle < 0) {insptr++;break;} switch (tw) { case CON_SAVEGAMEVAR: