CID 22494 Identical code for different branches

This commit is contained in:
Enno Rehling 2015-11-04 14:24:44 +01:00
parent 6e31751731
commit 0271336428
1 changed files with 0 additions and 2 deletions

View File

@ -618,8 +618,6 @@ void give_cmd(unit * u, order * ord)
* item-liste der unit, darum continue vor pointerumsetzten */
if (give_item(itm->number, itm->type, u, u2, ord) == 0) {
given = true;
if (*itmp != itm)
continue;
continue;
}
}