Don't start paused for in air starts.
This commit is contained in:
parent
fcf6021f76
commit
db46791c48
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue