Change path name of electrical system config file.
This commit is contained in:
parent
d976a1f879
commit
4a43282b72
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
|
Loading…
Add table
Reference in a new issue