mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Treat commas in scripts as whitespace
This commit is contained in:
parent
9a00984561
commit
bee94e2afc
12 changed files with 36 additions and 101 deletions
|
@ -121,11 +121,6 @@ namespace Compiler
|
|||
return false;
|
||||
}
|
||||
}
|
||||
else if (code==Scanner::S_comma && (mState==NameState || mState==EndNameState))
|
||||
{
|
||||
// ignoring comma (for now)
|
||||
return true;
|
||||
}
|
||||
|
||||
return Parser::parseSpecial (code, loc, scanner);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue