forked from mirror/openmw-tes3mp
in case of arguments not separated with comma the fist token of the next argument was put back incorrectly
This commit is contained in:
parent
1f74d8cca5
commit
e4f75267d0
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ namespace Compiler
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// no comma was used between arguments
|
// no comma was used between arguments
|
||||||
scanner.putbackKeyword (code, loc);
|
scanner.putbackSpecial (code, loc);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue