DIRECTOR: Lingo: Fix stack overflow when assigning 'the' entity

This commit is contained in:
Eugene Sandulenko 2017-02-22 15:42:37 +01:00
parent b36d517406
commit 4cdb198f78

View File

@ -422,8 +422,6 @@ void Lingo::c_theentityassign() {
Datum d = g_lingo->pop();
g_lingo->setTheEntity(entity, id, field, d);
g_lingo->push(d); // Dummy value
}
void Lingo::c_swap() {