1
0
Fork 0

Don't start paused for in air starts.

This commit is contained in:
curt 2003-03-29 03:19:35 +00:00
parent fcf6021f76
commit db46791c48

View file

@ -778,10 +778,12 @@ do_presets_commit (const SGPropertyNode * arg)
globals->get_tile_mgr()->update( fgGetDouble("/environment/visibility-m") );
#if 0
if ( ! fgGetBool("/sim/presets/onground") ) {
fgSetBool( "/sim/freeze/master", true );
fgSetBool( "/sim/freeze/clock", true );
}
#endif
return true;
}