From 43cf7b07fdd08ac2f2d69c97097af72a357d53f7 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 24 Jul 2001 01:02:59 +0000 Subject: [PATCH] Tweaks. --- FlightGear.dsp | 45 ++++++++++++++++++++++++++++++++ src/FDM/JSBSim/FGFactorGroup.cpp | 4 +-- src/Main/options.cxx | 2 +- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/FlightGear.dsp b/FlightGear.dsp index 797d83c64..9d8b1fe54 100644 --- a/FlightGear.dsp +++ b/FlightGear.dsp @@ -5188,6 +5188,36 @@ SOURCE=.\src\Network\native.hxx # End Source File # Begin Source File +SOURCE=.\src\Network\native_ctrls.cxx + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_Network" + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_Network" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\Network\native_ctrls.hxx + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_Network" + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_Network" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\src\Network\nmea.cxx !IF "$(CFG)" == "FlightGear - Win32 Release" @@ -5278,6 +5308,21 @@ SOURCE=.\src\Network\pve.hxx # End Source File # Begin Source File +SOURCE=.\src\Network\raw_ctrls.hxx + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_Network" + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_Network" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\src\Network\ray.cxx !IF "$(CFG)" == "FlightGear - Win32 Release" diff --git a/src/FDM/JSBSim/FGFactorGroup.cpp b/src/FDM/JSBSim/FGFactorGroup.cpp index f46a472cc..fa80b1ed5 100644 --- a/src/FDM/JSBSim/FGFactorGroup.cpp +++ b/src/FDM/JSBSim/FGFactorGroup.cpp @@ -118,8 +118,8 @@ float FGFactorGroup::TotalValue(void) { } 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; } diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 0dd95997a..e4f36c5c6 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -159,7 +159,7 @@ fgSetDefaults () 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); -- 2.39.5