mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
8ac9ff3ff0
commit
5308a328c5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue