From: nethack.allison Date: Wed, 6 Feb 2002 01:56:34 +0000 (+0000) Subject: msdos build would still be broken. X-Git-Tag: MOVE2GIT~3248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61bf4b337192ae640a9767cabbf717ec84a6c554;p=nethack msdos build would still be broken. --- diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 671200f9a..c17a76ce2 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintty.c 3.4 2002/02/05 */ +/* SCCS Id: @(#)wintty.c 3.4 2000/06/27 */ /* Copyright (c) David Cohrs, 1991 */ /* NetHack may be freely redistributed. See license for details. */ @@ -46,7 +46,7 @@ extern char mapped_menu_cmds[]; /* from options.c */ struct window_procs tty_procs = { "tty", #ifdef MSDOS - WC_TILED_MAP|WC_TILES_16x16|WC_TILES_8x16|WC_ASCII_MAP| + WC_TILED_MAP|WC_ASCII_MAP| #endif WC_COLOR|WC_HILITE_PET|WC_INVERSE|WC_EIGHT_BIT_IN, tty_init_nhwindows,