/* 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();
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
#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;