]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/uiuc_aero.c
Updates to the scenery loading infrastructure to make it more flexible,
[flightgear.git] / src / FDM / LaRCsim / uiuc_aero.c
index 24fa87480f1a5f1a4a519b14483487879ebc934d..e7453734535510125a5e9248c6850b067a0fa878 100644 (file)
@@ -29,7 +29,7 @@
   DATE         PURPOSE                                                                                         BY
   3/17/00   Initial test release  
   3/09/01   Added callout to UIUC gear function.   (DPM)
-  
+  6/18/01   Added call out to UIUC record routine (RD)
 
 ----------------------------------------------------------------------------
 
@@ -82,3 +82,8 @@ void uiuc_gear ()
 {
     uiuc_gear_routine();
 }
+
+void uiuc_record(SCALAR dt)
+{
+  uiuc_record_routine(dt);
+}