symset customization warning fixes

This commit is contained in:
PatR
2024-03-23 13:39:23 -07:00
parent 5c43c81018
commit d2928ce2ba
3 changed files with 8 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ struct tty_perminvent_cell {
Bitfield(text, 1);
Bitfield(glyph, 1);
union ttycellcontent content;
int32_t color; /* adjusted color 0 = ignore
uint32 color; /* adjusted color 0 = ignore
* 1-16 = NetHack color + 1
* 17..16,777,233 = 24-bit color + 17
*/