Fix casing on all include lines.

This commit is contained in:
Anna Rose 2021-08-19 02:32:07 +00:00
parent 828b5f9a5e
commit 37cbab7724
9 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
runoncepath("lib/throttle").
runoncepath("lib/navigation").
RunOncePath("lib/throttle").
RunOncePath("lib/navigation").
// Calculate the direction to lock during ascent.
function getAscentDir {

View File

@ -5,7 +5,7 @@
//
// Do not include both this and stabilize_helicopter.ks in one program.
runoncepath("/lib/sensors").
RunOncePath("/lib/sensors").
// Convenience function for landing operations. Hover over a point with a negative velocity, shutting down on landing.
function Land {

View File

@ -1,6 +1,6 @@
@lazyglobal off.
runoncepath("/lib/navigation").
RunOncePath("/lib/navigation").
parameter where.
add CreateCircularizationNode(where).

View File

@ -1,4 +1,4 @@
@lazyglobal off.
runoncepath("/lib/navigation").
RunOncePath("/lib/navigation").
ExecNode().

View File

@ -3,8 +3,8 @@
// * AG9 is unmapped.
// * Main throttle controls collective.
runoncepath("lib/stabilize_helicopter").
runoncepath("lib/ui").
RunOncePath("lib/stabilize_helicopter").
RunOncePath("lib/ui").
clearguis().

View File

@ -1,6 +1,6 @@
@lazyglobal off.
runoncepath("/lib/navigation").
RunOncePath("/lib/navigation").
if HASNODE {
print "Node dV: " + NEXTNODE:DELTAV:MAG.

View File

@ -4,5 +4,5 @@
@lazyglobal off.
runoncepath("/lib/reentry").
RunOncePath("/lib/reentry").
PerformReentry().

View File

@ -1,12 +1,12 @@
@lazyglobal off.
runoncepath("/lib/ui").
runoncepath("/lib/navigation").
runoncepath("/lib/throttle").
runoncepath("/lib/stabilize_rocket").
runoncepath("/lib/launch_rocket").
runoncepath("/lib/sensors").
runoncepath("/lib/reentry").
RunOncePath("/lib/ui").
RunOncePath("/lib/navigation").
RunOncePath("/lib/throttle").
RunOncePath("/lib/stabilize_rocket").
RunOncePath("/lib/launch_rocket").
RunOncePath("/lib/sensors").
RunOncePath("/lib/reentry").
clearguis().

View File

@ -10,7 +10,7 @@
parameter name is "New Satellite".
runoncepath("/lib/navigation").
RunOncePath("/lib/navigation").
stage.