diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/lingo/lingo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo.cpp b/engines/director/lingo/lingo.cpp index ac725e5079..a09f227721 100644 --- a/engines/director/lingo/lingo.cpp +++ b/engines/director/lingo/lingo.cpp @@ -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")) { |