Oops fixed one small mistake from the last fix.
This commit is contained in:
parent
4cd24b3a67
commit
465678ad07
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue