Revert "fix warning when ENHANCED_SYMBOLS is not defined"
This reverts commit 88cc5246b4.
This commit is contained in:
@@ -1481,11 +1481,7 @@ const glyph_info nul_glyphinfo = {
|
|||||||
extern glyph_map glyphmap[MAX_GLYPH]; /* from tile.c */
|
extern glyph_map glyphmap[MAX_GLYPH]; /* from tile.c */
|
||||||
#else
|
#else
|
||||||
glyph_map glyphmap[MAX_GLYPH] = {
|
glyph_map glyphmap[MAX_GLYPH] = {
|
||||||
{ 0U, { 0, 0}, 0, 0
|
{ 0U, { 0, 0}, 0, 0 }
|
||||||
#ifdef ENHANCED_SYMBOLS
|
|
||||||
, 0
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user