mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fixed: MAPINFO option fs_nocheckposition parsed the '=' twice.
This commit is contained in:
parent
006d3022ca
commit
1c6a00059f
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ DEFINE_MAP_OPTION(fs_nocheckposition, false)
|
||||||
{
|
{
|
||||||
FFsOptions *opt = info->GetOptData<FFsOptions>("fragglescript");
|
FFsOptions *opt = info->GetOptData<FFsOptions>("fragglescript");
|
||||||
|
|
||||||
parse.ParseAssign();
|
|
||||||
if (parse.CheckAssign())
|
if (parse.CheckAssign())
|
||||||
{
|
{
|
||||||
parse.sc.MustGetNumber();
|
parse.sc.MustGetNumber();
|
||||||
|
|
Loading…
Reference in a new issue