]> granicus.if.org Git - nethack/commitdiff
win32gui: hide perm_invent option from the options menu in the game
authornethack.allison <nethack.allison>
Sun, 18 Aug 2002 01:53:05 +0000 (01:53 +0000)
committernethack.allison <nethack.allison>
Sun, 18 Aug 2002 01:53:05 +0000 (01:53 +0000)
win/win32/mswproc.c
win/win32/winhack.rc

index d36723e95d04d5ba3d9c5e9c4bfc79120c8e627c..b865c364a759292280e9e7bcaf467c4aee72dbc6 100644 (file)
@@ -201,6 +201,7 @@ void mswin_init_nhwindows(int* argc, char** argv)
         */
        flags.toptenwin = 1;
        set_option_mod_status("toptenwin", SET_IN_FILE);
+       set_option_mod_status("perm_invent", SET_IN_FILE);
 
        /* initialize map tiles bitmap */
        initMapTiles();
index 7af76637dd7b9fe789b624b87576b2a3bd14cf0f..cf47cb4ddb78dd3384220d0b90e5489a1a37c443 100644 (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