diff options
Diffstat (limited to 'engines/director/lingo/lingo-lex.cpp')
-rw-r--r-- | engines/director/lingo/lingo-lex.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/director/lingo/lingo-lex.cpp b/engines/director/lingo/lingo-lex.cpp index f4e3541dfa..a7f672d363 100644 --- a/engines/director/lingo/lingo-lex.cpp +++ b/engines/director/lingo/lingo-lex.cpp @@ -1149,7 +1149,7 @@ YY_RULE_SETUP return THEENTITY; } - error("Unhandled the entity %s", ptr); + warning("Unhandled the entity %s", ptr); } YY_BREAK case 35: @@ -1172,7 +1172,7 @@ YY_RULE_SETUP return THEENTITY; } - error("Unhandled the entity %s", ptr); + warning("Unhandled the entity %s", ptr); } YY_BREAK case 36: |