From: curt Date: Mon, 6 Mar 2000 23:29:24 +0000 (+0000) Subject: Working on ssg-ifying sky. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52039b1fe598c872ccce136296e39ec7e7f8c6e4;p=flightgear.git Working on ssg-ifying sky. --- diff --git a/src/Time/fg_time.cxx b/src/Time/fg_time.cxx index daabe0e3e..21379092c 100644 --- a/src/Time/fg_time.cxx +++ b/src/Time/fg_time.cxx @@ -53,7 +53,6 @@ #include #include -// #include #include #include #include
@@ -101,7 +100,7 @@ FGTime::~FGTime() void FGTime::updateLocal() { FGInterface* f; - f = current_aircraft.fdm_state; + f = cur_fdm_state; time_t currGMT; time_t aircraftLocalTime; GeoCoord location(RAD_TO_DEG * f->get_Latitude(),