dxx-rebirth/similar/2d
Kp 8a97c173a3 Remove useless gr_remap_mono_fonts
gr_remap_mono_fonts searches for fonts with !(font->ft_flags & FT_COLOR)
and calls gr_remap_font on any it finds.

gr_remap_font starts with:

	if (!(font->ft_flags & FT_COLOR))
		return;
2015-12-04 03:36:32 +00:00
..
font.cpp Remove useless gr_remap_mono_fonts 2015-12-04 03:36:32 +00:00
palette.cpp Use array<> for Computed_colors 2015-04-26 20:15:57 +00:00
pcx.cpp Use accessor for grs_bitmap::bm_type 2015-07-25 23:10:47 +00:00