mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-07 16:31:07 +00:00
- mark NewPlayerMenu as protected.
This commit is contained in:
parent
03828bb759
commit
5f871b7aa0
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ OptionValue "PlayerSkin"
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
OptionMenu "NewPlayerMenu"
|
OptionMenu "NewPlayerMenu" protected
|
||||||
{
|
{
|
||||||
Title "$MNU_PLAYERSETUP"
|
Title "$MNU_PLAYERSETUP"
|
||||||
PlayerNameField "$PLYRMNU_NAME"
|
PlayerNameField "$PLYRMNU_NAME"
|
||||||
|
|
Loading…
Reference in a new issue