(lchr_ca[]): Change the name for l_rnd from "rad" to "rmax".
This removes a conflict between rad items and reaction radius. Now the name matches the equivalent name in land_ca[].
This commit is contained in:
parent
66669be655
commit
524fe1aa50
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ struct castr lchr_ca[] = {
|
|||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_spd), "spd", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_vis), "vis", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_spy), "spy", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_rad), "rad", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_rad), "rmax", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_frg), "frg", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_acc), "acc", EF_BAD},
|
||||
{NSC_INT, 0, 0, offsetof(struct lchrstr, l_dam), "dam", EF_BAD},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue