(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
|
@ -275,10 +275,7 @@ pdump(void)
|
|||
case 19:
|
||||
if ((plchr[(int)plane.pln_type].pl_flags & (P_O | P_M)) ==
|
||||
P_O) {
|
||||
pr(" %c",
|
||||
opt_ORBIT ? (plane.
|
||||
pln_flags & PLN_SYNCHRONOUS) ? 'Y' :
|
||||
'N' : 'N');
|
||||
pr(" %c", (plane.pln_flags & PLN_SYNCHRONOUS) ? 'Y' : 'N');
|
||||
} else
|
||||
pr(" N");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue