Merge branch 'next' of gitorious.org:fg/flightgear into next
This commit is contained in:
commit
3db471f83a
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ FGATCMgr::FGATCMgr() :
|
|||
}
|
||||
|
||||
FGATCMgr::~FGATCMgr() {
|
||||
globals->set_ATC_mgr(NULL);
|
||||
delete v1;
|
||||
}
|
||||
|
||||
|
|
|
@ -331,7 +331,7 @@ void TimeManager::setTimeOffset(const std::string& offset_type, long int offset)
|
|||
} else if ( offset_type == "noon" ) {
|
||||
warp = fgTimeSecondsUntilSunAngle( cur_time, lon, lat, 0.0, true );
|
||||
} else if ( offset_type == "afternoon" ) {
|
||||
warp = fgTimeSecondsUntilSunAngle( cur_time, lon, lat, 60.0, false );
|
||||
warp = fgTimeSecondsUntilSunAngle( cur_time, lon, lat, 75.0, false );
|
||||
} else if ( offset_type == "dusk" ) {
|
||||
warp = fgTimeSecondsUntilSunAngle( cur_time, lon, lat, 90.0, false );
|
||||
} else if ( offset_type == "evening" ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue