piraterie-fix (unnötiger check)

This commit is contained in:
Enno Rehling 2002-10-20 10:40:42 +00:00
parent f7482028ea
commit 326e4be90d
1 changed files with 1 additions and 2 deletions

View File

@ -1841,8 +1841,7 @@ piracy(unit *u)
for(sh2 = rc->ships; sh2; sh2 = sh2->next) {
cap = shipowner(rc, sh2);
if (cap && !alliedunit(u, cap->faction, HELP_FIGHT)
&& (intlist_find(il, cap->faction->no) || all)) {
if (cap && (intlist_find(il, cap->faction->no) || all)) {
aff[dir]++;
}
}