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
This commit is contained in:
hnt_ts 2008-06-23 22:01:24 +00:00
parent 8ac9ff3ff0
commit 5308a328c5
1 changed files with 1 additions and 1 deletions

View File

@ -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: