win32gui: hide perm_invent option from the options menu in the game

This commit is contained in:
nethack.allison
2002-08-18 01:53:05 +00:00
parent 0c31ade8df
commit 289c2635bb
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ IDC_NETHACKW MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Save", IDM_SAVE
MENUITEM "&Save and Exit", IDM_SAVE
MENUITEM SEPARATOR
MENUITEM "&Quit", IDM_EXIT
END