(ORBIT, opt_ORBIT, Options, launch_sat, pdump, plan, prod_plane):
Remove nooption ORBIT.
This commit is contained in:
parent
a2284aac8d
commit
46608d6c83
7 changed files with 15 additions and 36 deletions
|
@ -93,7 +93,7 @@ prod_plane(int etus, int natnum, int *bp, int buildem)
|
|||
|
||||
plp = &plchr[(int)pp->pln_type];
|
||||
if (pp->pln_flags & PLN_LAUNCHED) {
|
||||
if (opt_ORBIT && (buildem == 0)) {
|
||||
if (buildem == 0) {
|
||||
if ((!player->simulation) &&
|
||||
(plp->pl_flags & P_O) &&
|
||||
(pp->pln_flags & PLN_LAUNCHED) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue