]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Oops fixed one small mistake from the last fix.
[flightgear.git] / src / Main / main.cxx
index 129eb53045d9fc4738144988bb828b58bc3d1efe..6d91652fde4bffb06f76eed0afb5d6e12415fc3a 100644 (file)
@@ -1084,8 +1084,7 @@ static void fgMainLoop( void ) {
     if ( clock_freeze->getBoolValue() ) {
        // clock freeze requested
        if ( cur_time_override->getLongValue() == 0 ) {
-           fgSetLong( "/sim/time/cur-time-override",
-                      t->get_cur_time() + globals->get_warp() );
+           fgSetLong( "/sim/time/cur-time-override", t->get_cur_time() );
            globals->set_warp( 0 );
        }
     } else {