mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
end parsing of line after parsing a declaration
This commit is contained in:
parent
6a745c014f
commit
2abc4e42c8
@ -386,7 +386,7 @@ namespace Compiler
|
||||
if (declaration.parseKeyword (keyword, loc, scanner))
|
||||
scanner.scan (declaration);
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
case Scanner::K_set: mState = SetState; return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user