Adapt to simgears changes.
The season is already checked by the properties. Modified Files: src/Main/fg_init.cxx
This commit is contained in:
parent
cef9eb3d73
commit
28996902a1
1 changed files with 1 additions and 2 deletions
|
@ -1465,8 +1465,7 @@ bool fgInitSubsystems() {
|
||||||
|
|
||||||
SGPath mpath( globals->get_fg_root() );
|
SGPath mpath( globals->get_fg_root() );
|
||||||
mpath.append( "materials.xml" );
|
mpath.append( "materials.xml" );
|
||||||
string season = fgGetString("/sim/startup/season", "summer");
|
if ( ! globals->get_matlib()->load(globals->get_fg_root(), mpath.str(),
|
||||||
if ( ! globals->get_matlib()->load(globals->get_fg_root(), mpath.str(), season.c_str(),
|
|
||||||
globals->get_props()) ) {
|
globals->get_props()) ) {
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT, "Error loading material lib!" );
|
SG_LOG( SG_GENERAL, SG_ALERT, "Error loading material lib!" );
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue