save_autodescribe = iflags.autodescribe;
iflags.autodescribe = TRUE;
iflags.terrainmode = ter_typ;
- getpos(&dummy_pos, FALSE, ter_explain);
+ (void) getpos(&dummy_pos, FALSE, ter_explain);
iflags.terrainmode = 0;
iflags.autodescribe = save_autodescribe;
}
cc.y = mon->my + (dy * range);
(void) walk_path(&mc, &cc, mhurtle_step, (genericptr_t) mon);
if (!DEADMONSTER(mon) && t_at(mon->mx, mon->my))
- mintrap(mon, FORCEBUNGLE);
+ (void) mintrap(mon, FORCEBUNGLE);
else
(void) minliquid(mon);
return;
if (enexto(&new_xy, mtmp->mx, mtmp->my, &mons[mndx]))
rloc_to(mtmp, new_xy.x, new_xy.y);
}
- newcham(mtmp, &mons[mndx], FALSE, FALSE);
+ (void) newcham(mtmp, &mons[mndx], FALSE, FALSE);
if (mtmp->data == &mons[mndx])
mtmp->cham = NON_PM;
else
pline("%s!", buf);
display_nhwindow(WIN_MESSAGE, FALSE);
}
- newcham(mtmp, &mons[mndx], FALSE, FALSE);
+ (void) newcham(mtmp, &mons[mndx], FALSE, FALSE);
if (mtmp->data == &mons[mndx])
mtmp->cham = NON_PM;
else