]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks.
authorcurt <curt>
Tue, 24 Jul 2001 01:02:59 +0000 (01:02 +0000)
committercurt <curt>
Tue, 24 Jul 2001 01:02:59 +0000 (01:02 +0000)
FlightGear.dsp
src/FDM/JSBSim/FGFactorGroup.cpp
src/Main/options.cxx

index 797d83c646054576313b7c2e77c95922e2bfad30..9d8b1fe54c1e5903afb0dc319e3cb97a6ad1ea72 100644 (file)
@@ -5188,6 +5188,36 @@ SOURCE=.\src\Network\native.hxx
 # 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
@@ -5278,6 +5308,21 @@ SOURCE=.\src\Network\pve.hxx
 # 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
index f46a472cc2e00094b5e1db690c1f88ae8c80c5fe..fa80b1ed51f2947724097eb0207494b198982de8 100644 (file)
@@ -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;
 }        
 
index 0dd95997a05b393f5f5cd45189fe42b830ae4468..e4f36c5c6c4d171e51a245d8c051c4475741d6b9 100644 (file)
@@ -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);