Revert "fix warning when ENHANCED_SYMBOLS is not defined"

This reverts commit 88cc5246b4.
This commit is contained in:
nhmall
2022-10-25 14:08:17 -04:00
parent 88cc5246b4
commit fc6c524a5e

View File

@@ -1481,11 +1481,7 @@ const glyph_info nul_glyphinfo = {
extern glyph_map glyphmap[MAX_GLYPH]; /* from tile.c */
#else
glyph_map glyphmap[MAX_GLYPH] = {
{ 0U, { 0, 0}, 0, 0
#ifdef ENHANCED_SYMBOLS
, 0
#endif
}
{ 0U, { 0, 0}, 0, 0 }
};
#endif