From: curt Date: Fri, 8 Feb 2002 23:03:54 +0000 (+0000) Subject: Tweaks to 'native fdm' output. Time offset should now be properly supported X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61d31ab822db94d4eaa5891a5df4a4f7521294d8;p=flightgear.git Tweaks to 'native fdm' output. Time offset should now be properly supported as well as visibility. This means that if you are using this protocal to exchange data with a visual channel, you should be able to change time and visibility on the master and all the slaved visual channels will match it. --- diff --git a/src/Network/native_fdm.cxx b/src/Network/native_fdm.cxx index c9d6df796..90e54b44b 100644 --- a/src/Network/native_fdm.cxx +++ b/src/Network/native_fdm.cxx @@ -30,6 +30,8 @@ #include #include +#include