stone/unexplored glyph follow-up

typo
This commit is contained in:
nhmall
2020-02-13 17:26:39 -05:00
parent 5ca2cdbd86
commit a213811975
6 changed files with 11 additions and 6 deletions

View File

@@ -699,7 +699,6 @@ const struct const_globals cg = {
DUMMY, /* zeroobj */
DUMMY, /* zeromonst */
DUMMY, /* zeroany */
{ GLYPH_UNEXPLORED, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
};
#define ZERO(x) memset(&x, 0, sizeof(x))