Merge branch 'NetHack-3.6'
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ char c;
|
||||
register struct WinDesc *cw = wins[WIN_MESSAGE];
|
||||
|
||||
if (cw == (struct WinDesc *) 0)
|
||||
panic("Putsym window MESSAGE nonexistant");
|
||||
panic("Putsym window MESSAGE nonexistent");
|
||||
|
||||
switch (c) {
|
||||
case '\b':
|
||||
|
||||
+1
-1
@@ -1055,7 +1055,7 @@ reset_role_filtering()
|
||||
|
||||
add_menu(win, NO_GLYPH, &any, 0, 0, ATR_NONE, "", MENU_UNSELECTED);
|
||||
add_menu(win, NO_GLYPH, &any, 0, 0, ATR_NONE,
|
||||
"Uncceptable alignments", MENU_UNSELECTED);
|
||||
"Unacceptable alignments", MENU_UNSELECTED);
|
||||
setup_algnmenu(win, FALSE, ROLE_NONE, ROLE_NONE, ROLE_NONE);
|
||||
|
||||
end_menu(win, "Pick all that apply");
|
||||
|
||||
Reference in New Issue
Block a user