1
0
Fork 0

Change path name of electrical system config file.

This commit is contained in:
curt 2002-09-25 22:07:28 +00:00
parent d976a1f879
commit 4a43282b72

View 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() );