From 565e8aafba0d78c34c8b47247a7678363b4feef4 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 19 Nov 2004 23:04:32 +0000 Subject: [PATCH] Make the comments match reality. --- Nasal/atcsim.nas | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Nasal/atcsim.nas b/Nasal/atcsim.nas index 66ae5626b..5cc843a0b 100644 --- a/Nasal/atcsim.nas +++ b/Nasal/atcsim.nas @@ -605,11 +605,9 @@ do_xpdr_inputs = func { ## -# This is the main function. I don't know the best way to trigger it -# each frame so I register it to run in the very near future, and at -# the end of running, I register it again. Setting the time to 0 -# seems to cause it to execute immediately which produces an infinite -# loop. :-( +# This is the main function. This is called explicitely from the ATC interface +# C++ code in the src/Networks/ directory. This lets us run the code exactly +# when we want, rather than depending on the nasal system to run it whenever. # do_hardware = func { # only execute if atcflightsim hardware is present and configured