DIRECTOR: LINGO: Fix compiled go loop

This commit is contained in:
djsrv 2020-08-17 21:13:41 -04:00
parent 7feaa01003
commit 24042ab1e6

View File

@ -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;