mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
DIRECTOR: LINGO: Fix compiled go loop
This commit is contained in:
parent
7feaa01003
commit
24042ab1e6
@ -1209,7 +1209,7 @@ void LB::b_go(int nargs) {
|
||||
nargs -= 1;
|
||||
bool callSpecial = false;
|
||||
|
||||
if (firstArg.type == STRING) {
|
||||
if (firstArg.type == SYMBOL) {
|
||||
if (*firstArg.u.s == "loop") {
|
||||
g_lingo->func_gotoloop();
|
||||
callSpecial = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user