(ichrstr): Rename member i_vtype to i_uid.
(ichr_ca): Rename selector vtype to uid.
This commit is contained in:
parent
96a1e8277a
commit
783b00bbad
24 changed files with 59 additions and 59 deletions
|
@ -1272,13 +1272,13 @@ mission_pln_equip(struct plist *plp, struct ichrstr *ip, int flags,
|
|||
case 't':
|
||||
if ((pcp->pl_flags & P_C) == 0 || ip == 0)
|
||||
break;
|
||||
itype = ip->i_vtype;
|
||||
itype = ip->i_uid;
|
||||
needed = (pp->pln_load * 2) / ip->i_lbs;
|
||||
break;
|
||||
case 'd':
|
||||
if ((pcp->pl_flags & P_C) == 0 || ip == 0)
|
||||
break;
|
||||
itype = ip->i_vtype;
|
||||
itype = ip->i_uid;
|
||||
needed = (pp->pln_load * 2) / ip->i_lbs;
|
||||
break;
|
||||
case 'a':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue