From: nhmall Date: Thu, 27 Feb 2020 02:53:07 +0000 (-0500) Subject: update a parameter in some ancient platforms X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74b7ca1ad95cd199c66950e7c08154158eab9f0b;p=nethack update a parameter in some ancient platforms --- diff --git a/sys/wince/mswproc.c b/sys/wince/mswproc.c index 2aac97efc..934ad913b 100644 --- a/sys/wince/mswproc.c +++ b/sys/wince/mswproc.c @@ -165,7 +165,7 @@ mswin_init_nhwindows(int *argc, char **argv) /* set tile-related options to readonly */ set_wc_option_mod_status(WC_TILE_WIDTH | WC_TILE_HEIGHT | WC_TILE_FILE, - DISP_IN_GAME); + set_gameview); /* init color table */ mswin_init_color_table(); diff --git a/win/gem/wingem.c b/win/gem/wingem.c index 547613b69..0e32efc7f 100644 --- a/win/gem/wingem.c +++ b/win/gem/wingem.c @@ -153,7 +153,7 @@ char **argv; set_wc_option_mod_status(WC_ALIGN_MESSAGE | WC_ALIGN_STATUS | WC_TILE_WIDTH | WC_TILE_HEIGHT | WC_TILE_FILE, - DISP_IN_GAME); + set_gameview); set_wc_option_mod_status( WC_HILITE_PET | WC_SCROLL_MARGIN | WC_FONT_MESSAGE | WC_FONT_MAP | WC_FONT_STATUS | WC_FONT_MENU | WC_FONT_TEXT diff --git a/win/gnome/gnbind.c b/win/gnome/gnbind.c index 872576bf0..b0a8dd772 100644 --- a/win/gnome/gnbind.c +++ b/win/gnome/gnbind.c @@ -82,7 +82,7 @@ gnome_init_nhwindows(int *argc, char **argv) #endif // gnome/gtk is not reentrant - set_option_mod_status("ignintr", DISP_IN_GAME); + set_option_mod_status("ignintr", set_gameview); flags.ignintr = TRUE; iflags.window_inited = TRUE;