DIRECTOR: LINGO: Fix incorrect nesting in 'if' preprocessor

This commit is contained in:
Eugene Sandulenko 2019-12-07 10:22:32 +01:00
parent 65a1856ab0
commit cf5fb4e4ef

View File

@ -368,7 +368,6 @@ Common::String Lingo::stripComments(const char *s) {
} else {
debugC(2, kDebugLingoParse, "++++ end if (no nlelse after single liner)");
res += " end if";
iflevel--;
}
}
} else if (tok.equals("else")) {