mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
DIRECTOR: LINGO: Don't push void on undefined cmds
This commit is contained in:
parent
0044225060
commit
542c702d8f
@ -1501,7 +1501,8 @@ void LC::call(const Symbol &funcSym, int nargs, bool allowRetVal) {
|
||||
g_lingo->pop();
|
||||
|
||||
// Push dummy value
|
||||
g_lingo->pushVoid();
|
||||
if (allowRetVal)
|
||||
g_lingo->pushVoid();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user