]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLUTkey.cxx
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Main / GLUTkey.cxx
index f6218e6333ce6ce94becb4f3d6a889d324295d19..d8e3071ef0e7d3092cd66119b0f05b856d48e35d 100644 (file)
@@ -174,13 +174,12 @@ void GLUTkey(unsigned char k, int x, int y) {
                      "Fog density = %.4f\n", w->visibility);
            return;
        case 27: /* ESC */
-           if( fg_DebugOutput ) {
-               fclose( fg_DebugOutput );
-           }
+           // if( fg_DebugOutput ) {
+           //   fclose( fg_DebugOutput );
+           // }
            exit(0);
        }
     }
-
 }
 
 
@@ -266,9 +265,17 @@ void GLUTspecialkey(int k, int x, int y) {
 
 
 /* $Log$
-/* Revision 1.3  1998/04/24 14:19:29  curt
-/* Fog tweaks.
+/* Revision 1.5  1998/04/25 22:06:29  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.4  1998/04/25 20:24:00  curt
+ * Cleaned up initialization sequence to eliminate interdependencies
+ * between sun position, lighting, and view position.  This creates a
+ * valid single pass initialization path.
+ *
+ * Revision 1.3  1998/04/24 14:19:29  curt
+ * Fog tweaks.
+ *
  * Revision 1.2  1998/04/24 00:49:17  curt
  * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
  * Trying out some different option parsing code.
@@ -302,7 +309,7 @@ void GLUTspecialkey(int k, int x, int y) {
  * by Michele America.
  *
  * Revision 1.27  1998/01/27 00:47:55  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.26  1998/01/19 19:27:07  curt