]> git.mxchange.org Git - flightgear.git/commitdiff
Don't start paused for in air starts.
authorcurt <curt>
Sat, 29 Mar 2003 03:19:35 +0000 (03:19 +0000)
committercurt <curt>
Sat, 29 Mar 2003 03:19:35 +0000 (03:19 +0000)
src/Main/fg_commands.cxx

index 6494a8f0d3e94901aa5cdc04c7876f39ca37e358..d8764c17b4b3bf2144242e5fc87e79b029fad9bc 100644 (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;
 }