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 Nov 1, 2015
1 parent f2e0c40 commit 4a33564
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 4a33564

Please sign in to comment.