(att_estimate_defense, att_get_offense): Rename. Remove dead code and
unused last parameter. Callers changed.
This commit is contained in:
parent
7ea516852b
commit
092a52f2c6
7 changed files with 9 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue