From 4a43282b72a8fd8c7573ffc88d158df4d4fad7c8 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 25 Sep 2002 22:07:28 +0000 Subject: [PATCH] Change path name of electrical system config file. --- src/Systems/electrical.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); -- 2.39.5