(ORBIT, opt_ORBIT, Options, launch_sat, pdump, plan, prod_plane):

Remove nooption ORBIT.
This commit is contained in:
Markus Armbruster 2004-12-17 19:29:36 +00:00
parent a2284aac8d
commit 46608d6c83
7 changed files with 15 additions and 36 deletions

View file

@ -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) &&