(genstr): Redundant. Replace by struct genitem.

This commit is contained in:
Markus Armbruster 2006-03-25 15:03:32 +00:00
parent 94d0c81e55
commit 05f64e8c3f
3 changed files with 10 additions and 19 deletions

View file

@ -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;