]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
Clean up a couple bugs in the multiengine handling of the net_fdm.hxx
[flightgear.git] / src / Network / native_ctrls.hxx
index d64d072007225ae13babc6ce43dbdcd04fe0c6df..82a995aa45180040cf81ae8e46a5ccfd5a8b0659 100644 (file)
@@ -63,10 +63,12 @@ public:
 // Helper functions which may be useful outside this class
 
 // Populate the FGNetCtrls structure from the property tree.
-void FGProps2NetCtrls( FGNetCtrls *net, bool net_byte_order = true );
+void FGProps2NetCtrls( FGNetCtrls *net, bool honor_freezes,
+                       bool net_byte_order );
 
 // Update the property tree from the FGNetCtrls structure.
-void FGNetCtrls2Props( FGNetCtrls *net, bool net_byte_order = true );
+void FGNetCtrls2Props( FGNetCtrls *net, bool honor_freezes,
+                       bool net_byte_order );
 
 
 #endif // _FG_NATIVE_CTRLS_HXX