forked from github/server
CID 22494 Identical code for different branches
This commit is contained in:
parent
6e31751731
commit
0271336428
1 changed files with 0 additions and 2 deletions
|
@ -618,8 +618,6 @@ void give_cmd(unit * u, order * ord)
|
||||||
* item-liste der unit, darum continue vor pointerumsetzten */
|
* item-liste der unit, darum continue vor pointerumsetzten */
|
||||||
if (give_item(itm->number, itm->type, u, u2, ord) == 0) {
|
if (give_item(itm->number, itm->type, u, u2, ord) == 0) {
|
||||||
given = true;
|
given = true;
|
||||||
if (*itmp != itm)
|
|
||||||
continue;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue