]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks.
authorcurt <curt>
Fri, 16 Apr 1999 00:00:06 +0000 (00:00 +0000)
committercurt <curt>
Fri, 16 Apr 1999 00:00:06 +0000 (00:00 +0000)
Simulator/Main/3dfx.sh
Simulator/Main/options.cxx
Simulator/Main/views.cxx

index 9f15e8f5304beaccaeb2452b0c0566b4db5a7564..cb766b74398503d3b34d7510e3195a90b14c3432 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-WINDOW=NO
+WINDOW=YES
 
 if [ $WINDOW = "YES" ]; then
     # in a window (slow hack)
index 2ee0db0ed00e9e09f801a42b7b8b6cccbe6425d1..79f36df3289a81999ce0055beeef10d9e178fb22 100644 (file)
@@ -468,7 +468,7 @@ fgOPTIONS::parse_fov( const string& arg ) {
 // Format is "--serial=device,format,baud,direction" where
 // 
 //  device = OS device name to be open()'ed
-//  format = {nmea, fgfs}
+//  format = {nmea, garmin,fgfs,rul}
 //  baud = {300, 1200, 2400, ..., 230400}
 //  direction = {in, out, bi}
 
index 240aaf8f98c59dcd213a8d7f8016b7ed3de4b33d..7b690a21f8bc3175b9f10a549ad61546340aa1ee 100644 (file)
@@ -45,7 +45,7 @@
 // from matrices we have allready computed
 // rather then performing 'textbook algebra' to rederive them
 // Norman Vine -- nhv@yahoo.com
-// #define FG_VIEW_INLINE_OPTIMIZATIONS
+#define FG_VIEW_INLINE_OPTIMIZATIONS
 
 // temporary (hopefully) hack
 static int panel_hist = 0;