mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 14:33:46 -04:00
set S_DISABLE instead of S_SKIP for options loaded from WAD
This commit is contained in:
parent
b4c23291a1
commit
84185cb1b1
@ -2259,7 +2259,7 @@ boolean M_ParseOption(const char *p, boolean wad)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (wad && dp->setup_menu)
|
if (wad && dp->setup_menu)
|
||||||
dp->setup_menu->m_flags |= S_SKIP;
|
dp->setup_menu->m_flags |= S_DISABLE;
|
||||||
|
|
||||||
return 0; // Success
|
return 0; // Success
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user