rename glyphmap nhcolor field to customcolor

This commit is contained in:
nhmall
2024-03-24 11:04:31 -04:00
parent ec8f237960
commit 750cf7f619
11 changed files with 47 additions and 47 deletions

View File

@@ -83,7 +83,7 @@ struct unicode_representation {
typedef struct glyph_map_entry {
unsigned glyphflags;
struct classic_representation sym;
uint32 nhcolor;
uint32 customcolor;
short int tileidx;
#ifdef ENHANCED_SYMBOLS
struct unicode_representation *u;