suppress one more warning

This commit is contained in:
nhmall
2023-02-08 13:07:37 -05:00
parent da71e22fac
commit 37b5eae64d

View File

@@ -496,7 +496,8 @@ do_improvisation(struct obj* instr)
int damage, mode, do_spec = !(Stunned || Confusion);
struct obj itmp;
boolean mundane = FALSE, same_old_song = FALSE;
static char my_goto_song[] = {'C', '\0'}, *improvisation = my_goto_song;
static char my_goto_song[] = {'C', '\0'},
*improvisation SOUNDLIBONLY = my_goto_song;
itmp = *instr;
itmp.oextra = (struct oextra *) 0; /* ok on this copy as instr maintains