Windows GUI supports WC2_HILITE_STATUS
Avoids raw_print on startup
This commit is contained in:
committed by
Pasi Kallinen
parent
583edab99f
commit
8656807b4d
@@ -86,7 +86,7 @@ struct window_procs mswin_procs = {
|
||||
| WC_VARY_MSGCOUNT | WC_WINDOWCOLORS | WC_PLAYER_SELECTION
|
||||
| WC_SPLASH_SCREEN | WC_POPUP_DIALOG | WC_MOUSE_SUPPORT,
|
||||
#ifdef STATUS_HILITES
|
||||
WC2_HITPOINTBAR | WC2_FLUSH_STATUS |
|
||||
WC2_HITPOINTBAR | WC2_FLUSH_STATUS | WC2_HILITE_STATUS |
|
||||
#endif
|
||||
0L, mswin_init_nhwindows, mswin_player_selection, mswin_askname,
|
||||
mswin_get_nh_event, mswin_exit_nhwindows, mswin_suspend_nhwindows,
|
||||
|
||||
Reference in New Issue
Block a user