mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +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;
|
int32 i=0;
|
||||||
insptr++;
|
insptr++;
|
||||||
if (ud.config.scripthandle < 0) break;
|
if (ud.config.scripthandle < 0) {insptr++;break;}
|
||||||
switch (tw)
|
switch (tw)
|
||||||
{
|
{
|
||||||
case CON_SAVEGAMEVAR:
|
case CON_SAVEGAMEVAR:
|
||||||
|
|
Loading…
Reference in a new issue