]> granicus.if.org Git - nethack/commitdiff
be explicit on the array name in tiletext.c
authornhmall <nhmall@nethack.org>
Tue, 27 Jul 2021 19:55:04 +0000 (15:55 -0400)
committernhmall <nhmall@nethack.org>
Tue, 27 Jul 2021 19:55:04 +0000 (15:55 -0400)
src/drawing.c

index be864e1c9ade041d7b482bceb74df7607205999e..4cbb1c7c16e05a7bc8bf278d4b7c09486cfc0a6e 100644 (file)
@@ -130,7 +130,7 @@ const struct symdef def_warnsyms[WARNCOUNT] = {
  *  Default screen symbols with explanations and colors.
  *
  *  If adding to or removing from this list, please note that,
- *  for builds with tile support, there is an array in
+ *  for builds with tile support, there is an array call altlabels[] in
  *  win/share/tiletext.c that requires the same number of elements as
  *  this, in the same order. It is used for tile name matching when
  *  parsing other.txt because some of the useful tile names don't exist