Some win32 updates from <Someone>;
also corrects a cut-and-paste error that I made in options.c The following options can be set in the game now: WC_HILITE_PET WC_ALIGN_MESSAGE WC_ALIGN_STATUS WC_SCROLL_MARGIN WC_MAP_MODE WC_FONT_MESSAGE WC_FONT_STATUS WC_FONT_MENU WC_FONT_TEXT WC_FONTSIZ_MESSAGE WC_FONTSIZ_STATUS WC_FONTSIZ_MENU WC_FONTSIZ_TEXT
This commit is contained in:
@@ -2362,7 +2362,7 @@ doset()
|
||||
parseoptions(buf, setinitial, fromfile);
|
||||
}
|
||||
if (wc_supported(compopt[opt_indx].name))
|
||||
preference_update(boolopt[opt_indx].name);
|
||||
preference_update(compopt[opt_indx].name);
|
||||
}
|
||||
}
|
||||
free((genericptr_t)pick_list);
|
||||
|
||||
Reference in New Issue
Block a user