mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
DIRECTOR: Lingo: Made the unassigned variable match the original
This commit is contained in:
parent
0f3f6ba7eb
commit
61e80e158b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user