Skip to content

Commit

Permalink
DIRECTOR: Lingo: Made the unassigned variable match the original
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 0f3f6ba commit 61e80e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/director/lingo/lingo-code.cpp
Expand Up @@ -141,7 +141,7 @@ bool Lingo::verify(Symbol *s) {
}

if (s->type == VOID) {
warning("undefined variable '%s'", s->name);
warning("Variable used before assigning a value '%s'", s->name);

return false;
}
Expand Down

0 comments on commit 61e80e1

Please sign in to comment.