Remove unused members of struct lndstr, lonstr, nukstr, trtstr
struct lndstr member lnd_flags is a leftover from Empire3's C_SYNC, which was ripped out in 4.0.0. struct lonstr member l_sel, struct nuk_str members nuk_ship, nuk_land, and struct trtstr member trt_bond have been there basically forever without any use.
This commit is contained in:
parent
d8c940ec2c
commit
4e895465df
5 changed files with 1 additions and 7 deletions
|
@ -66,7 +66,6 @@ struct lndstr {
|
|||
short lnd_mission; /* mission code */
|
||||
short lnd_radius; /* mission radius */
|
||||
/* end of part matching struct empobj */
|
||||
signed char lnd_flags; /* unit flags (unused) */
|
||||
short lnd_ship; /* pointer to transporting ship */
|
||||
signed char lnd_harden; /* fortification */
|
||||
short lnd_retreat; /* retreat percentage */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue