X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=6d91652fde4bffb06f76eed0afb5d6e12415fc3a;hb=465678ad079f3324e0bc8b572895ebfd4bf47a51;hp=129eb53045d9fc4738144988bb828b58bc3d1efe;hpb=4cd24b3a672ac7e046e4da4429060ea55222e48c;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 129eb5304..6d91652fd 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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 {