mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
DIRECTOR: LINGO: Fix incorrect nesting in 'if' preprocessor
This commit is contained in:
parent
65a1856ab0
commit
cf5fb4e4ef
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user