mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 21:45:33 +00:00
end parsing of line after parsing a declaration
This commit is contained in:
parent
6a745c014f
commit
2abc4e42c8
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ namespace Compiler
|
||||||
if (declaration.parseKeyword (keyword, loc, scanner))
|
if (declaration.parseKeyword (keyword, loc, scanner))
|
||||||
scanner.scan (declaration);
|
scanner.scan (declaration);
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
case Scanner::K_set: mState = SetState; return true;
|
case Scanner::K_set: mState = SetState; return true;
|
||||||
|
|
Loading…
Reference in a new issue