]> git.mxchange.org Git - flightgear.git/commitdiff
I forgot a small patch.
authorehofman <ehofman>
Sun, 22 Aug 2004 17:04:37 +0000 (17:04 +0000)
committerehofman <ehofman>
Sun, 22 Aug 2004 17:04:37 +0000 (17:04 +0000)
src/Systems/submodel.cxx

index a6d04e49450449e48f4ceab9228c075e1e955800..a1a3e5fae274a0805386f9827b6cbc444ef3a2e3 100644 (file)
@@ -85,7 +85,7 @@ SubmodelSystem::release (double dt)
   if (elapsed_time < 0.25) return false;
   elapsed_time = 0.0;
 
-  int rval = ai->createBallistic( "Models/Geometry/tracer.ac",
+  int rval = ai->createBallistic( "Models/Geometry/tracer.xml",
         _user_lat_node->getDoubleValue(),
         _user_lon_node->getDoubleValue(),
         _user_alt_node->getDoubleValue() + z_offset,