mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Lua parser: The $Name parameter now accepts spaces in the name
This commit is contained in:
parent
3fe777e93e
commit
f4af77e7fa
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
{
|
||||
case "$Name":
|
||||
SkipWhitespace(true);
|
||||
token = ReadToken();
|
||||
token = ReadLine();
|
||||
name = token;
|
||||
break;
|
||||
case "$Sprite":
|
||||
|
|
Loading…
Reference in a new issue