1
0
Fork 1
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:
Marc Zinnschlag 2014-12-18 09:55:26 +01:00
parent ed5387fb8c
commit fc1d42a7d2

View file

@ -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();