]> granicus.if.org Git - nethack/commitdiff
selectsaved follow-up bit (trunk only)
authornethack.allison <nethack.allison>
Sun, 9 Jan 2005 23:25:40 +0000 (23:25 +0000)
committernethack.allison <nethack.allison>
Sun, 9 Jan 2005 23:25:40 +0000 (23:25 +0000)
fix a cut-and-paste error that I didn't catch earlier.

win/tty/wintty.c

index 2725527da1905ca4b96daf908aab1e8378d4c098..8d1b113e1c66a379fa7b36d0050d43d315a51c9b 100644 (file)
@@ -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);