Make pre-ANSI compiler happy.

This commit is contained in:
jwalz
2002-03-09 01:59:47 +00:00
parent 04ee82d87d
commit e833424555
5 changed files with 12 additions and 10 deletions

View File

@@ -216,7 +216,7 @@ int set, entry;
i = entry - tilenum;
if (i < (MAXEXPCHARS * EXPL_MAX)) {
if (set == OTH_GLYPH) {
char *explosion_types[] = { /* hack.h */
static char *explosion_types[] = { /* hack.h */
"dark", "noxious", "muddy", "wet",
"magical", "fiery", "frosty"
};