Skip to content

Commit

Permalink
290 catalog is off be default
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Feb 9, 2019
1 parent 3b6330b commit 577e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skychart/pu_main.pas
Expand Up @@ -6379,7 +6379,7 @@ procedure Tf_main.SetDefault;
catalog.cfgcat.starcatfield[dsgsc - BaseStar, 1] := 0;
catalog.cfgcat.starcatfield[dsgsc - BaseStar, 2] := 3;
catalog.cfgcat.starcatpath[hn290 - BaseStar] := DefaultHnskyPath;
catalog.cfgcat.starcatdef[hn290 - BaseStar] := True;
catalog.cfgcat.starcatdef[hn290 - BaseStar] := false;
catalog.cfgcat.starcatfield[hn290 - BaseStar, 1] := 0;
catalog.cfgcat.starcatfield[hn290 - BaseStar, 2] := 5;
catalog.cfgcat.Name290:='tyc';
Expand Down

0 comments on commit 577e031

Please sign in to comment.