(opt_NO_LCMS, opt_NO_HCMS, opt_NO_OIL, Options,
buil, show_bridge, show_tower, nullify_objects): Remove NO_LCMS, NO_HCMS, and NO_OIL options, not used. Functionality can be emulated by modifiying the characteristics files.
This commit is contained in:
parent
0a63d324ca
commit
2f1b7cd2a3
6 changed files with 19 additions and 135 deletions
|
@ -143,10 +143,7 @@ show_bridge(int tlev)
|
|||
if (tlev < buil_bt)
|
||||
return;
|
||||
pr("Bridges require %g tech,", buil_bt);
|
||||
if (!opt_NO_HCMS)
|
||||
pr(" %d hcm,", buil_bh);
|
||||
else if (!opt_NO_LCMS)
|
||||
pr(" %d lcm,", buil_bh);
|
||||
pr(" %d hcm,", buil_bh);
|
||||
pr(" %d workers,\n", 0);
|
||||
pr("%d available workforce, and cost $%g\n",
|
||||
(SCT_BLD_WORK(0, buil_bh) * SCT_MINEFF + 99) / 100,
|
||||
|
@ -159,10 +156,7 @@ show_tower(int tlev)
|
|||
if (tlev < buil_tower_bt)
|
||||
return;
|
||||
pr("Bridge Towers require %g tech,", buil_tower_bt);
|
||||
if (!opt_NO_HCMS)
|
||||
pr(" %d hcm,", buil_tower_bh);
|
||||
else if (!opt_NO_LCMS)
|
||||
pr(" %d lcm,", buil_tower_bh);
|
||||
pr(" %d hcm,", buil_tower_bh);
|
||||
pr(" %d workers,\n", 0);
|
||||
pr("%d available workforce, and cost $%g\n",
|
||||
(SCT_BLD_WORK(0, buil_tower_bh) * SCT_MINEFF + 99) / 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue