]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/scenery.cxx
Fix the nmea and garmin output to a) fake a GSA sentence, b) fix a y2k bug
[flightgear.git] / src / Scenery / scenery.cxx
index ebd36caff6ca689b23d591f8cc18f905cece0872..958e27f327d42c24cf0e64d69fee9cf8370bf498 100644 (file)
@@ -29,6 +29,7 @@
 #include <string.h>
 
 #include <simgear/debug/logstream.hxx>
+#include <simgear/scene/tgdb/userdata.hxx>
 
 #include <Main/fg_props.hxx>
 
@@ -76,6 +77,10 @@ void FGScenery::init() {
 
     taxi_lights_root = new ssgRoot;
     taxi_lights_root->setName( "Taxi Lighting Root" );
+
+    // Initials values needed by the draw-time object loader
+    sgUserDataInit( globals->get_model_lib(), globals->get_fg_root(),
+                    globals->get_props(), globals->get_sim_time_sec() );
 }