update a parameter in some ancient platforms
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ mswin_init_nhwindows(int *argc, char **argv)
|
|||||||
|
|
||||||
/* set tile-related options to readonly */
|
/* set tile-related options to readonly */
|
||||||
set_wc_option_mod_status(WC_TILE_WIDTH | WC_TILE_HEIGHT | WC_TILE_FILE,
|
set_wc_option_mod_status(WC_TILE_WIDTH | WC_TILE_HEIGHT | WC_TILE_FILE,
|
||||||
DISP_IN_GAME);
|
set_gameview);
|
||||||
|
|
||||||
/* init color table */
|
/* init color table */
|
||||||
mswin_init_color_table();
|
mswin_init_color_table();
|
||||||
|
|||||||
+1
-1
@@ -153,7 +153,7 @@ char **argv;
|
|||||||
set_wc_option_mod_status(WC_ALIGN_MESSAGE | WC_ALIGN_STATUS
|
set_wc_option_mod_status(WC_ALIGN_MESSAGE | WC_ALIGN_STATUS
|
||||||
| WC_TILE_WIDTH | WC_TILE_HEIGHT
|
| WC_TILE_WIDTH | WC_TILE_HEIGHT
|
||||||
| WC_TILE_FILE,
|
| WC_TILE_FILE,
|
||||||
DISP_IN_GAME);
|
set_gameview);
|
||||||
set_wc_option_mod_status(
|
set_wc_option_mod_status(
|
||||||
WC_HILITE_PET | WC_SCROLL_MARGIN | WC_FONT_MESSAGE | WC_FONT_MAP
|
WC_HILITE_PET | WC_SCROLL_MARGIN | WC_FONT_MESSAGE | WC_FONT_MAP
|
||||||
| WC_FONT_STATUS | WC_FONT_MENU | WC_FONT_TEXT
|
| WC_FONT_STATUS | WC_FONT_MENU | WC_FONT_TEXT
|
||||||
|
|||||||
+1
-1
@@ -82,7 +82,7 @@ gnome_init_nhwindows(int *argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// gnome/gtk is not reentrant
|
// gnome/gtk is not reentrant
|
||||||
set_option_mod_status("ignintr", DISP_IN_GAME);
|
set_option_mod_status("ignintr", set_gameview);
|
||||||
flags.ignintr = TRUE;
|
flags.ignintr = TRUE;
|
||||||
|
|
||||||
iflags.window_inited = TRUE;
|
iflags.window_inited = TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user