(att_estimate_defense, att_get_offense): Rename. Remove dead code and

unused last parameter.  Callers changed.
This commit is contained in:
Markus Armbruster 2006-05-20 15:17:30 +00:00
parent 7ea516852b
commit 092a52f2c6
7 changed files with 9 additions and 53 deletions

View file

@ -168,9 +168,7 @@ paradrop(struct emp_qelem *list, coord x, coord y)
return RET_OK;
}
/* Get ototal */
ototal = att_estimate_defense(A_PARA, off, &olist, def, a_spy);
ototal = att_get_offense(A_PARA, off, &olist, def);
if (att_abort(A_PARA, off, def)) {
pr("Air-assault aborted\n");
return RET_OK;