suppress one more warning
This commit is contained in:
@@ -496,7 +496,8 @@ do_improvisation(struct obj* instr)
|
|||||||
int damage, mode, do_spec = !(Stunned || Confusion);
|
int damage, mode, do_spec = !(Stunned || Confusion);
|
||||||
struct obj itmp;
|
struct obj itmp;
|
||||||
boolean mundane = FALSE, same_old_song = FALSE;
|
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 = *instr;
|
||||||
itmp.oextra = (struct oextra *) 0; /* ok on this copy as instr maintains
|
itmp.oextra = (struct oextra *) 0; /* ok on this copy as instr maintains
|
||||||
|
|||||||
Reference in New Issue
Block a user