Remove econfig key mission_mob_cost
Questionable feature, and hasn't been used in a long time.
This commit is contained in:
parent
d5f371cc1d
commit
3a1577a6b5
4 changed files with 1 additions and 20 deletions
|
@ -139,10 +139,6 @@ vers(void)
|
|||
(int)(ship_mob_scale * (float)etu_per_update),
|
||||
(int)(plane_mob_scale * (float)etu_per_update),
|
||||
(int)(land_mob_scale * (float)etu_per_update));
|
||||
pr("Mission mobility cost\t\t--\t%d\t%d\t%d\n",
|
||||
ldround((mission_mob_cost * (double)ship_mob_max), 1),
|
||||
ldround((mission_mob_cost * (double)plane_mob_max), 1),
|
||||
ldround((mission_mob_cost * (double)land_mob_max), 1));
|
||||
pr("Max eff gain per update\t\t--\t%d\t%d\t%d\n",
|
||||
MIN((int)(ship_grow_scale * (float)etu_per_update), 100),
|
||||
MIN((int)(plane_grow_scale * (float)etu_per_update), 100),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue