(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
|
@ -103,7 +103,7 @@ fly(void)
|
|||
dst_type = EF_SHIP;
|
||||
}
|
||||
|
||||
if (ip && ip->i_vtype == I_CIVIL && target.sct_own != target.sct_oldown) {
|
||||
if (ip && ip->i_uid == I_CIVIL && target.sct_own != target.sct_oldown) {
|
||||
pr("Can't fly civilians into occupied sectors.\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue