diff --git a/src/options.c b/src/options.c index a16b0d220..7ec4e637a 100644 --- a/src/options.c +++ b/src/options.c @@ -3772,6 +3772,7 @@ boolean setinitial, setfromfile; menu_item *style_pick = (menu_item *) 0; tmpwin = create_nhwindow(NHW_MENU); start_menu(tmpwin); + any = zeroany; for (i = 0; i < SIZE(menutype); i++) { style_name = menutype[i]; /* note: separate `style_name' variable used