]> git.mxchange.org Git - flightgear.git/commit
Currently, when the sim pauses, all IO is also halted. To me it generally
authorcurt <curt>
Fri, 21 Nov 2003 23:35:25 +0000 (23:35 +0000)
committercurt <curt>
Fri, 21 Nov 2003 23:35:25 +0000 (23:35 +0000)
commite4295262d0e8f446fe3c4b8d1ce14048e968252c
treeef7c620e0278383ef78f43d4290c3e7ce3d0653c
parentf6fad7f000bab9db918ee627a31dc809bded1cf3
Currently, when the sim pauses, all IO is also halted.  To me it generally
makes more sense to keep I/O running.  That way remote telnet connections
will still respond, and the sim can still accept and send data.  This also
allows a remote script or gui to pause and (more importantly) be able to
the unpause the sim.
src/Main/main.cxx