From: nethack.allison Date: Sun, 9 Jan 2005 23:25:40 +0000 (+0000) Subject: selectsaved follow-up bit (trunk only) X-Git-Tag: MOVE2GIT~1361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64fe2e5af44c0c573f2d1cfcc686ecc1106a9867;p=nethack selectsaved follow-up bit (trunk only) fix a cut-and-paste error that I didn't catch earlier. --- diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 2725527da..8d1b113e1 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintty.c 3.5 2002/09/27 */ +/* SCCS Id: @(#)wintty.c 3.5 2005/01/09 */ /* Copyright (c) David Cohrs, 1991 */ /* NetHack may be freely redistributed. See license for details. */ @@ -693,7 +693,6 @@ tty_askname() menu_item *chosen_game = (menu_item *)0; ch = -1; - saved = get_saved_games(); tty_clear_nhwindow(BASE_WINDOW); tmpwin = create_nhwindow(NHW_MENU); start_menu(tmpwin);