Make BARGETHROUGH unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:06:01 -05:00
parent 6e9fa71b05
commit b138d380ea
10 changed files with 0 additions and 61 deletions

View File

@@ -168,7 +168,6 @@ fightm(mtmp) /* have monsters fight each other */
return 0;
}
#ifdef BARGETHROUGH
/*
* mdisplacem() -- attacker moves defender out of the way;
* returns same results as mattackm().
@@ -244,7 +243,6 @@ boolean quietly;
return MM_HIT;
}
#endif /* BARGETHROUGH */
/*
* mattackm() -- a monster attacks another monster.