Subversion Repositories NaviCtrl

Rev

Rev 519 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 519 Rev 521
Line 787... Line 787...
787
         WP.AltitudeRate = 0;
787
         WP.AltitudeRate = 0;
788
     WP.Position.Altitude = 0;
788
     WP.Position.Altitude = 0;
789
        }
789
        }
790
        WP.Speed = 50; // beim Laden wird der Wert nochmal neu gesetzt
790
        WP.Speed = 50; // beim Laden wird der Wert nochmal neu gesetzt
791
        WP.CamAngle = 0;
791
        WP.CamAngle = 0;
-
 
792
        WP.Name[0] = 'S';
792
        WP.Name[0] = 'P';
793
        WP.Name[1] = 'P';
-
 
794
        WP.Name[2] = 'T';
793
        WP.Name[1] = 0;
795
        WP.Name[3] = 0;
794
        // add this point to wp list
796
        // add this point to wp list
795
        PointList_SetAt(&WP);
797
        PointList_SetAt(&WP);
Line 796... Line 798...
796
 
798
 
797
        sprintf(filename, "/POINT/POINT%03d.wpl", pWPL_Store->Index);
799
        sprintf(filename, "/POINT/POINT%03d.wpl", pWPL_Store->Index);