mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
fixed exclusion for certain characters at the start of names
This commit is contained in:
parent
ed5387fb8c
commit
fc1d42a7d2
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ namespace Compiler
|
||||||
|
|
||||||
bool Scanner::scanName (char c, std::string& name)
|
bool Scanner::scanName (char c, std::string& name)
|
||||||
{
|
{
|
||||||
bool first = false;
|
bool first = true;
|
||||||
bool error = false;
|
bool error = false;
|
||||||
|
|
||||||
name.clear();
|
name.clear();
|
||||||
|
|
Loading…
Reference in a new issue