(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
|
@ -69,7 +69,7 @@ typedef enum {
|
|||
|
||||
struct ichrstr {
|
||||
char i_mnem; /* usually the initial letter */
|
||||
i_type i_vtype; /* var type */
|
||||
i_type i_uid; /* index in ichr[] */
|
||||
int i_value; /* mortgage value */
|
||||
int i_sell; /* can this be sold? */
|
||||
int i_lbs; /* how hard to move */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue