updates for gcc warnings

This commit is contained in:
cohrs
2005-12-15 04:52:43 +00:00
parent 1b34a48d0c
commit ea13ecbe29
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1801,7 +1801,7 @@ register struct attack *mattk;
/* engulfing a cockatrice or digesting a Rider or Medusa */
fatal_gulp = (touch_petrifies(pd) && !Stone_resistance) ||
(mattk->adtyp == AD_DGST && (is_rider(pd) ||
(pd == &mons[PM_MEDUSA]) && !Stone_resistance));
((pd == &mons[PM_MEDUSA]) && !Stone_resistance)));
if ((mattk->adtyp == AD_DGST && !Slow_digestion) || fatal_gulp) {
/* KMH, conduct */