Merge branch 'master' of https://git.teknik.io/scuti/reflex2q3
This commit is contained in:
commit
1c428f7b82
@ -20,6 +20,8 @@ const bool V8MapParser::LoadMap(const char* _kpcFileName) {
|
|||||||
if(!std::getline(InFile, Line))
|
if(!std::getline(InFile, Line))
|
||||||
{
|
{
|
||||||
bGoing = false;
|
bGoing = false;
|
||||||
|
// without this break, loop control allows the final empty string to get passed into ParseFunctions()
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
bAdvance = true;
|
bAdvance = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user