]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a small ommission.
authorcurt <curt>
Mon, 2 Jun 2003 17:05:52 +0000 (17:05 +0000)
committercurt <curt>
Mon, 2 Jun 2003 17:05:52 +0000 (17:05 +0000)
src/Network/native_fdm.cxx

index 4f7afe65f20fe0a6dc02d51ec497cbedbaafa5b0..f1dc35790d6d16b67de0b3c8d77da33b1c1ea1ed 100644 (file)
@@ -95,9 +95,6 @@ bool FGNativeFDM::open() {
 
     set_enabled( true );
 
-    // initialize time stamp to something reasonably current
-    last_time.stamp();
-
     // Is this really needed here ????
     cur_fdm_state->_set_Sea_level_radius( SG_EQUATORIAL_RADIUS_FT );