mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Tweaks to script parser messages and pathgrid warnings
This commit is contained in:
parent
5a86554f97
commit
95aa05e41b
6 changed files with 25 additions and 27 deletions
|
@ -24,7 +24,7 @@ bool Compiler::DeclarationParser::parseName (const std::string& name, const Toke
|
|||
if (type!=' ')
|
||||
{
|
||||
/// \todo add option to make re-declared local variables an error
|
||||
getErrorHandler().warning ("can't re-declare local variable (ignoring declaration)",
|
||||
getErrorHandler().warning ("ignoring local variable re-declaration",
|
||||
loc);
|
||||
|
||||
mState = State_End;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue