From: curt Date: Wed, 25 Sep 2002 22:07:28 +0000 (+0000) Subject: Change path name of electrical system config file. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a43282b72a8fd8c7573ffc88d158df4d4fad7c8;p=flightgear.git Change path name of electrical system config file. --- diff --git a/src/Systems/electrical.cxx b/src/Systems/electrical.cxx index cea6457e4..f04d553d9 100644 --- a/src/Systems/electrical.cxx +++ b/src/Systems/electrical.cxx @@ -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() );