(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
|
@ -75,7 +75,7 @@ explore(void)
|
|||
|
||||
if (!(ip = whatitem(player->argp[1], "explore with what? (civ/mil) ")))
|
||||
return RET_SYN;
|
||||
vtype = ip->i_vtype;
|
||||
vtype = ip->i_uid;
|
||||
if ((vtype != I_CIVIL) && (vtype != I_MILIT)) {
|
||||
pr("You can only explore with civs and mil.\n");
|
||||
return RET_FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue