(lndchr): Document that members l_gun and l_shell are unused.

(lchr_ca): Remove selectors g_build and s_build.  Update land.config.
This commit is contained in:
Markus Armbruster 2006-02-19 18:30:13 +00:00
parent c9f530846e
commit 53a564d474
3 changed files with 25 additions and 27 deletions

View file

@ -104,8 +104,8 @@ struct lchrstr {
int l_lcm; /* units of lcm to build */
int l_hcm; /* units of hcm to build */
int l_mil; /* how many mil it takes to build */
int l_gun; /* how many guns it takes to build */
int l_shell; /* how many shells it takes to build */
int l_gun; /* how many guns it takes to build (unused) */
int l_shell; /* #shells it takes to build (unused) */
int l_tech; /* tech required to build */
int l_cost; /* how much it costs to build */
float l_att; /* attack multiplier */