mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
fixed exclusion for certain characters at the start of names
This commit is contained in:
parent
ed5387fb8c
commit
fc1d42a7d2
@ -314,7 +314,7 @@ namespace Compiler
|
||||
|
||||
bool Scanner::scanName (char c, std::string& name)
|
||||
{
|
||||
bool first = false;
|
||||
bool first = true;
|
||||
bool error = false;
|
||||
|
||||
name.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user