]> git.mxchange.org Git - flightgear.git/commitdiff
Change path name of electrical system config file.
authorcurt <curt>
Wed, 25 Sep 2002 22:07:28 +0000 (22:07 +0000)
committercurt <curt>
Wed, 25 Sep 2002 22:07:28 +0000 (22:07 +0000)
src/Systems/electrical.cxx

index cea6457e47e0c75a54a5172c2001cf58171a00f6..f04d553d96ac5f76461f51c79b72537e17c9e4bb 100644 (file)
@@ -146,7 +146,7 @@ void FGElectricalSystem::init () {
     config_props = new SGPropertyNode;
 
     SGPath config( globals->get_fg_root() );
-    config.append( fgGetString("/systems/electrical/path") );
+    config.append( fgGetString("/sim/systems/electrical/path") );
 
     SG_LOG( SG_ALL, SG_ALERT, "Reading electrical system model from "
             << config.str() );