colortable[] formatting

remove unused hexval field (show it in a comment)

The rgb values should be the same as they were
previously, just expressed with hex values on the
table initialization.
This commit is contained in:
nhmall
2026-04-24 20:13:01 -04:00
parent b3d9ab5183
commit 88a47cc7b6
2 changed files with 167 additions and 157 deletions
-1
View File
@@ -65,7 +65,6 @@ struct nethack_color {
int tableindex;
int rgbindex;
const char *name;
const char *hexval;
long r, g, b;
};