fixed a bug in %L2 test parameter placeholder (use for second value in -warp)

This commit is contained in:
codeimp 2009-01-14 12:57:35 +00:00
parent 5ba5ad7fb9
commit 8fc0223d90

View file

@ -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;
}
}