# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\src\Network\native_ctrls.cxx\r
+\r
+!IF "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Network"\r
+\r
+!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Network"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\src\Network\native_ctrls.hxx\r
+\r
+!IF "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Network"\r
+\r
+!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Network"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\src\Network\nmea.cxx\r
\r
!IF "$(CFG)" == "FlightGear - Win32 Release"\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\src\Network\raw_ctrls.hxx\r
+\r
+!IF "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Network"\r
+\r
+!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Network"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\src\Network\ray.cxx\r
\r
!IF "$(CFG)" == "FlightGear - Win32 Release"\r
}
totalsum *= FGCoefficient::TotalValue();
SDtotal *= FGCoefficient::GetSD();
- cout << "FGCoefficient::GetSD(): " << FGCoefficient::GetSD() << endl;
- cout << "FGFactorGroup::SDtotal: " << SDtotal << endl;
+// cout << "FGCoefficient::GetSD(): " << FGCoefficient::GetSD() << endl;
+// cout << "FGFactorGroup::SDtotal: " << SDtotal << endl;
return totalsum;
}
fgSetBool("/sim/hud/antialiased", false);
// Flight Model options
- fgSetString("/sim/flight-model", "larcsim");
+ fgSetString("/sim/flight-model", "jsb");
fgSetString("/sim/aircraft", "c172");
fgSetInt("/sim/model-hz", NEW_DEFAULT_MODEL_HZ);
fgSetInt("/sim/speed-up", 1);