Skip to content

Commit

Permalink
SetBacklog() Workaround for S;G JAST. closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
krofna committed May 1, 2018
1 parent 41d1047 commit 426bd1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NSBInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,10 @@ void NSBInterpreter::SetBacklog()
{
/*string Text = */PopString();
/*string Voice = */PopString();
/*string Name = */PopString();

// [WORKAROUND] In JAST the third parameter may be an integer
Variable::Destroy(PopVar());
///*string Name = */PopString();
}

void NSBInterpreter::CreateText()
Expand Down

0 comments on commit 426bd1a

Please sign in to comment.