mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
fixed a bug in %L2 test parameter placeholder (use for second value in -warp)
This commit is contained in:
parent
5ba5ad7fb9
commit
8fc0223d90
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ namespace CodeImp.DoomBuilder
|
|||
int num = 0;
|
||||
int.TryParse(numstr, out num);
|
||||
if(first) p_l1 = num.ToString(); else p_l2 = num.ToString();
|
||||
numstr = "";
|
||||
first = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue