]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_init.c
Add xgl wrappers for debugging.
[flightgear.git] / Main / fg_init.c
index d26e278c5c061c69cdc747fec7f40031106a66ba..7edcb27cee2dd4c5c189324f9cb1c9ebd92d132c 100644 (file)
@@ -30,8 +30,8 @@
 #include "fg_init.h"
 #include "views.h"
 
-#include "../constants.h"
-#include "../general.h"
+#include "../Include/constants.h"
+#include "../Include/general.h"
 
 #include "../Aircraft/aircraft.h"
 #include "../Cockpit/cockpit.h"
@@ -115,7 +115,7 @@ void fgInitSubsystems( void ) {
     /* A random test position */
     /* FG_Longitude = ( 88128.00 / 3600.0 ) * DEG_TO_RAD; */
     /* FG_Latitude  = ( 93312.00 / 3600.0 ) * DEG_TO_RAD; */
-    FG_Runway_altitude = 8500.0;
+    FG_Runway_altitude = 4000.0;
     FG_Altitude = FG_Runway_altitude + 3.758099;
 
     printf("Initial position is: (%.4f, %.4f, %.2f)\n", 
@@ -218,9 +218,16 @@ void fgInitSubsystems( void ) {
 
 
 /* $Log$
-/* Revision 1.16  1997/12/12 19:52:48  curt
-/* Working on lightling and material properties.
+/* Revision 1.18  1997/12/15 23:54:49  curt
+/* Add xgl wrappers for debugging.
+/* Generate terrain normals on the fly.
 /*
+ * Revision 1.17  1997/12/15 20:59:09  curt
+ * Misc. tweaks.
+ *
+ * Revision 1.16  1997/12/12 19:52:48  curt
+ * Working on lightling and material properties.
+ *
  * Revision 1.15  1997/12/11 04:43:55  curt
  * Fixed sun vector and lighting problems.  I thing the moon is now lit
  * correctly.