From: nhmall Date: Tue, 5 Jan 2021 16:00:07 +0000 (-0500) Subject: place a reminder in glyph_info comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d1cf9591fd6530775f8f939242bfe2f2a22b554;p=nethack place a reminder in glyph_info comment --- diff --git a/include/wintype.h b/include/wintype.h index aebfbf80f..bc58f7afe 100644 --- a/include/wintype.h +++ b/include/wintype.h @@ -52,7 +52,11 @@ enum any_types { ANY_MASK32 /* 32-bit mask (stored as unsigned long) */ }; -/* glyph plus additional info */ +/* glyph plus additional info + if you add fields or change the ordering, fix up the following: + g_info initialization in display.c + nul_glyphinfo initialization in decl.c + */ typedef struct gi { int glyph; /* the display entity */ int color; /* color for window ports not using a tile */