From 52039b1fe598c872ccce136296e39ec7e7f8c6e4 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 6 Mar 2000 23:29:24 +0000 Subject: [PATCH] Working on ssg-ifying sky. --- src/Time/fg_time.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(), -- 2.39.5