(genstr): Redundant. Replace by struct genitem.
This commit is contained in:
parent
94d0c81e55
commit
05f64e8c3f
3 changed files with 10 additions and 19 deletions
|
@ -56,17 +56,8 @@ struct trdstr {
|
|||
coord trd_y;
|
||||
};
|
||||
|
||||
struct genstr {
|
||||
short trg_ef_type;
|
||||
natid trg_own;
|
||||
short trg_uid;
|
||||
coord trg_x;
|
||||
coord trg_y;
|
||||
s_char trg_type;
|
||||
};
|
||||
|
||||
union trdgenstr {
|
||||
struct genstr gen;
|
||||
struct genitem gen;
|
||||
struct nukstr nuk;
|
||||
struct plnstr pln;
|
||||
struct lndstr lnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue