From 67ca460356e4f6962f9ff69e2a2059abb77c56e0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 27 Jul 2021 15:55:04 -0400 Subject: [PATCH] be explicit on the array name in tiletext.c --- src/drawing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawing.c b/src/drawing.c index be864e1c9..4cbb1c7c1 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -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