Skip to content

Commit

Permalink
DIRECTOR: Lingo: Fix if() generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 2dba612 commit eb4ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/director/lingo/lingo-codegen.cpp
Expand Up @@ -238,7 +238,7 @@ void Lingo::processIf(int endlabel) {
_labelstack.pop_back();

// This is beginning of our if()
if (label)
if (!label)
break;

WRITE_UINT32(&ielse1, else1);
Expand Down

0 comments on commit eb4ef6d

Please sign in to comment.