mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
DIRECTOR: Lingo: Fix stack overflow when assigning 'the' entity
This commit is contained in:
parent
b36d517406
commit
4cdb198f78
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user