From: curt Date: Fri, 16 Apr 1999 00:00:06 +0000 (+0000) Subject: Tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b3d52b21f1d5ce702d5b679ae274710fc911df8;p=flightgear.git Tweaks. --- diff --git a/Simulator/Main/3dfx.sh b/Simulator/Main/3dfx.sh index 9f15e8f53..cb766b743 100755 --- a/Simulator/Main/3dfx.sh +++ b/Simulator/Main/3dfx.sh @@ -1,6 +1,6 @@ #!/bin/sh -WINDOW=NO +WINDOW=YES if [ $WINDOW = "YES" ]; then # in a window (slow hack) diff --git a/Simulator/Main/options.cxx b/Simulator/Main/options.cxx index 2ee0db0ed..79f36df32 100644 --- a/Simulator/Main/options.cxx +++ b/Simulator/Main/options.cxx @@ -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} diff --git a/Simulator/Main/views.cxx b/Simulator/Main/views.cxx index 240aaf8f9..7b690a21f 100644 --- a/Simulator/Main/views.cxx +++ b/Simulator/Main/views.cxx @@ -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;