1
0
Fork 0

Oops fixed one small mistake from the last fix.

This commit is contained in:
curt 2002-02-13 02:46:01 +00:00
parent 4cd24b3a67
commit 465678ad07

View file

@ -1084,8 +1084,7 @@ static void fgMainLoop( void ) {
if ( clock_freeze->getBoolValue() ) { if ( clock_freeze->getBoolValue() ) {
// clock freeze requested // clock freeze requested
if ( cur_time_override->getLongValue() == 0 ) { if ( cur_time_override->getLongValue() == 0 ) {
fgSetLong( "/sim/time/cur-time-override", fgSetLong( "/sim/time/cur-time-override", t->get_cur_time() );
t->get_cur_time() + globals->get_warp() );
globals->set_warp( 0 ); globals->set_warp( 0 );
} }
} else { } else {